Skip to content

Commit

Permalink
USE_LOCAL_HEADERS in Github Actions linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
cengique committed Jan 20, 2025
1 parent 20b3543 commit 6ca89f6
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 make -j
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 USE_LOCAL_HEADERS=1 make -j
- name: download paks
run: ./misc/download-paks.sh
- name: change perms
Expand Down

0 comments on commit 6ca89f6

Please sign in to comment.