Disable Dedicated build test

This commit is contained in:
dP
2024-02-22 20:27:47 +05:30
parent c8c56bac35
commit c1179ca339
2 changed files with 1 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ jobs:
cxxcompiler: g++
libraries: libsdl1.2-dev
- name: GCC - Dedicated
if: false # TODO
compiler: gcc
cxxcompiler: g++
libraries: grfcodec

View File

@@ -313,7 +313,6 @@ link_package(PNG TARGET PNG::PNG ENCOURAGED)
link_package(ZLIB TARGET ZLIB::ZLIB ENCOURAGED)
link_package(LIBLZMA TARGET LibLZMA::LibLZMA ENCOURAGED)
link_package(LZO)
# link_package(ZSTD ENCOURAGED)
if(NOT WIN32 AND NOT EMSCRIPTEN)
link_package(CURL ENCOURAGED)