From f345855a4648add1976b88dc5c89413cc8822224 Mon Sep 17 00:00:00 2001 From: Cengiz Gunay Date: Sun, 19 Jan 2025 20:08:58 -0500 Subject: [PATCH] USE_CURL_DLOPEN=0 in Github Actions linux build To fix curl error --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index f7d6063c1..4ac6b158c 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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