Explorar o código

workflow: minor changes

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
b92a73a2a2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: