diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-19 19:00:38 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2022-02-19 20:35:04 -0500 |
commit | 34cb26011ef4ef61988763839517610ca7a58b8c (patch) | |
tree | 4148c0eccfc5efa612679e8ab5bd4409eb483552 | |
parent | 8cd4c114941936932559d29f64a57e39ab47c5f8 (diff) | |
download | rneovim-34cb26011ef4ef61988763839517610ca7a58b8c.tar.gz rneovim-34cb26011ef4ef61988763839517610ca7a58b8c.tar.bz2 rneovim-34cb26011ef4ef61988763839517610ca7a58b8c.zip |
ci(lint): build against system deps
-rwxr-xr-x | .github/workflows/env.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/env.sh b/.github/workflows/env.sh index 0964995605..d424924c27 100755 --- a/.github/workflows/env.sh +++ b/.github/workflows/env.sh @@ -46,7 +46,9 @@ CLANG_SANITIZER=TSAN EOF ;; lint) + BUILD_FLAGS="$BUILD_FLAGS -DLIBLUV_LIBRARY:FILEPATH=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/lua/5.1/luv.so -DLIBLUV_INCLUDE_DIR:PATH=/usr/include/lua5.1" cat <<EOF >> "$GITHUB_ENV" +USE_BUNDLED=OFF CI_TARGET=lint EOF ;; |