소스 검색

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
         steps:
           - 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
             uses: actions/checkout@v2
           - name: Change to python edition