Skip to content

Commit 20b3543

Browse files
committed
testing quick fix to curl build error
1 parent ea31b0b commit 20b3543

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/build-linux.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ jobs:
2525
build-essential \
2626
libgl1-mesa-dev \
2727
libsdl2-dev \
28-
libcurl4-openssl-dev \
2928
libopenal-dev \
3029
libfreetype6-dev \
3130
zip \
32-
curl \
3331
rsync
32+
# remove until libcurl is updated:
33+
#libcurl4-openssl-dev \
34+
#curl \
3435
- name: make
3536
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 make -j
3637
- name: download paks

0 commit comments

Comments
 (0)