소스 검색

workflow: minor changes

Michele Caini 4 년 전
부모
커밋
b92a73a2a2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -35,8 +35,8 @@ jobs:
     - uses: actions/checkout@v2
     - name: Install compiler
       run: |
-        sudo apt-get update
-        sudo apt-get install ${{ matrix.compiler.pkg }} -y
+        sudo apt update
+        sudo apt install -y ${{ matrix.compiler.pkg }}
     - name: Compile tests
       working-directory: build
       env: