Skip to content

Commit

Permalink
USE_CURL_DLOPEN=0 in Github Actions linux build
Browse files Browse the repository at this point in the history
To fix curl error
  • Loading branch information
cengique committed Jan 20, 2025
1 parent 6ca89f6 commit f345855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
#libcurl4-openssl-dev \
#curl \
- name: make
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 USE_LOCAL_HEADERS=1 make -j
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 USE_CURL_DLOPEN=0 make -j
- name: download paks
run: ./misc/download-paks.sh
- name: change perms
Expand Down

0 comments on commit f345855

Please sign in to comment.