Skip to content

Commit 6ca89f6

Browse files
committed
USE_LOCAL_HEADERS in Github Actions linux build
1 parent 20b3543 commit 6ca89f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
#libcurl4-openssl-dev \
3434
#curl \
3535
- name: make
36-
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 make -j
36+
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 USE_LOCAL_HEADERS=1 make -j
3737
- name: download paks
3838
run: ./misc/download-paks.sh
3939
- name: change perms

0 commit comments

Comments
 (0)