workflow: minor changes

This commit is contained in:
Michele Caini
2022-03-02 17:21:31 +01:00
parent e83c77b99f
commit b92a73a2a2

View File

@@ -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: