浏览代码

workflow fix

kcaliban 3 年之前
父节点
当前提交
11ac5d4c3d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/ci.yml

+ 1 - 2
.github/workflows/ci.yml

@@ -4,8 +4,7 @@ jobs:
         runs-on: ubuntu-latest
         runs-on: ubuntu-latest
         steps:
         steps:
           - name: Setup
           - name: Setup
-            run: sudo apt-get update
-            run: sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
+            run: sudo apt-get update && sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
           - name: Checkout
           - name: Checkout
             uses: actions/checkout@v2
             uses: actions/checkout@v2
           - name: Change to python edition
           - name: Change to python edition