commit 2c1a7cc89abf376c10544a3d1735a2dcd42371d8 parent 693f52a41f4595ba92dfd415f95922e9ac478a8c Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 30 Sep 2023 21:33:53 +0200 Make sure we use nix-shell Diffstat:
| M | .github/workflows/CI.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: target: aarch64-unknown-linux-gnu build: |- set -e && - napi build --platform --release --target aarch64-unknown-linux-gnu && + nix-shell -p pkg-config openssl gnumake autoconf automake libtool protobufc pcre clang gcc napi-rs-cli --keep YARA_LIBRARY_PATH --keep YARA_INCLUDE_DIR --keep LIBCLANG_PATH --keep BINDGEN_EXTRA_CLANG_ARGS --run "napi build --platform --release --target aarch64-unknown-linux-gnu" && aarch64-unknown-linux-gnu-strip *.node name: stable - ${{ matrix.settings.target }} - node@18 runs-on: ${{ matrix.settings.host }}