Skip to content

Commit

Permalink
Call sudo apt-get update to setup ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed Apr 3, 2024
1 parent 738d539 commit 2357044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: APT Install SDL libraries
if: startsWith(matrix.os,'ubuntu')
run: |
sudo apt-get update
sudo apt-get -y install libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libsamplerate0-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libwayland-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
- name: Build Project
Expand Down

0 comments on commit 2357044

Please sign in to comment.