Skip to content

Commit 9b04dea

Browse files
authored
More CI runner fixes (#334)
1 parent 48c1ffb commit 9b04dea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
libopenxr-dev \
3030
libqscintilla2-qt5-dev \
3131
libsdl2-dev \
32+
libpng-dev \
3233
libvorbis-dev \
3334
libvulkan-dev \
3435
libwayland-dev \
@@ -61,7 +62,7 @@ jobs:
6162
fte_target: linux64
6263
make_targets: "m-rel sv-rel qtv-rel qcc-rel"
6364
os: ubuntu-latest
64-
packages: "libasound2-dev libgl-dev libegl1-mesa-dev libwayland-dev libxcursor-dev libxi-dev libxkbcommon-dev libxrandr-dev libxss-dev"
65+
packages: "libpng-dev libasound2-dev libgl-dev libegl1-mesa-dev libwayland-dev libxcursor-dev libxi-dev libxkbcommon-dev libxrandr-dev libxss-dev"
6566
- name: win32
6667
fte_target: win32
6768
make_targets: "m-rel sv-rel qcc-rel"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ IF(FTE_PLUG_HL2)
15321532
plugins/hl2/mat_vmt.c
15331533
)
15341534
SET_TARGET_PROPERTIES(plug_hl2 PROPERTIES COMPILE_DEFINITIONS "FTEPLUGIN;MULTITHREAD;${FTE_LIB_DEFINES}")
1535-
TARGET_LINK_LIBRARIES(plug_hl2 ${SYS_LIBS})
1535+
TARGET_LINK_LIBRARIES(plug_hl2 ${SYS_LIBS} ${ZLIB_LIBRARIES})
15361536

15371537
EMBED_PLUGIN_META(hl2 "HalfLife2 Formats Plugin" "Adds support for reading various file formats used by HalfLife2. Requires mod support to be useful.")
15381538
ENDIF()

0 commit comments

Comments
 (0)