Skip to content

Commit

Permalink
Github actions: do sudo apt update before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sciascid committed Jul 17, 2023
1 parent 62bd408 commit 173693f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
with:
submodules: "recursive"

- name: Update packages
run: sudo apt update

- name: Install compiler
run: |
sudo apt-get install -y ${{ matrix.config.CC }}-${{ matrix.config.version }}
Expand Down

0 comments on commit 173693f

Please sign in to comment.