We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea31b0b commit 20b3543Copy full SHA for 20b3543
.github/workflows/build-linux.yml
@@ -25,12 +25,13 @@ jobs:
25
build-essential \
26
libgl1-mesa-dev \
27
libsdl2-dev \
28
- libcurl4-openssl-dev \
29
libopenal-dev \
30
libfreetype6-dev \
31
zip \
32
- curl \
33
rsync
+ # remove until libcurl is updated:
+ #libcurl4-openssl-dev \
34
+ #curl \
35
- name: make
36
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 make -j
37
- name: download paks
0 commit comments