Skip to content

Commit

Permalink
ci: run apt-get update before installing the gl-headless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Oct 13, 2024
1 parent 184dae8 commit fed9958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install system packages needed for headless gl
run: >-
sudo apt-get update &&
sudo apt-get install -y
build-essential
libgl1-mesa-dri
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Install system packages needed for headless gl
run: >-
sudo apt-get update &&
sudo apt-get install -y
build-essential
libgl1-mesa-dri
Expand Down

0 comments on commit fed9958

Please sign in to comment.