Skip to content

Commit

Permalink
Run apt-get update before installing (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 9, 2023
1 parent 2930dc9 commit e855a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install \
scons \
mesa-common-dev \
Expand Down

0 comments on commit e855a84

Please sign in to comment.