Skip to content

Commit

Permalink
Fix CI, libpng-dev no longer in base CI install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Feb 2, 2025
1 parent d1f04f8 commit 9bf1214
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
libbullet-dev \
libgnutls28-dev \
libopenxr-dev \
libpng-dev \
libqscintilla2-qt5-dev \
libsdl2-dev \
libvorbis-dev \
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
fte_target: linux64
make_targets: "m-rel sv-rel qtv-rel qcc-rel"
os: ubuntu-latest
packages: "libasound2-dev libgl-dev libegl1-mesa-dev libwayland-dev libxcursor-dev libxi-dev libxkbcommon-dev libxrandr-dev libxss-dev"
packages: "libasound2-dev libgl-dev libegl1-mesa-dev libwayland-dev libxcursor-dev libxi-dev libxkbcommon-dev libxrandr-dev libxss-dev libpng-dev"
- name: win32
fte_target: win32
make_targets: "m-rel sv-rel qcc-rel"
Expand Down Expand Up @@ -136,7 +137,7 @@ jobs:
To allow executables to run issue for example:
chmod +x fteqw-glsdl2
xattr -d com.apple.quarantine fteqw-glsdl2
If you don't have SDL2 installed, run:
brew install sdl2
EOF
Expand Down

0 comments on commit 9bf1214

Please sign in to comment.