commit 14aa27ead53284dd8b8e0052b243d1376c8a99fc parent fa0e9c76d08010a438a162814c3765e6c2cf0e43 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 30 Sep 2023 19:45:42 +0200 brittle workaround Diffstat:
| M | .github/workflows/CI.yml | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -61,8 +61,7 @@ jobs: target: aarch64-unknown-linux-gnu build: |- set -e && - make yara && - yarn build --target aarch64-unknown-linux-gnu && + YARA_LIBRARY_PATH="/nix/store/58z9vbdxygkfgiw41in3hmha7qbgjzhp-yara-4.3.1/lib/" YARA_INCLUDE_DIR="/nix/store/58z9vbdxygkfgiw41in3hmha7qbgjzhp-yara-4.3.1/include/" yarn build --target aarch64-unknown-linux-gnu && aarch64-unknown-linux-gnu-strip *.node name: stable - ${{ matrix.settings.target }} - node@18 runs-on: ${{ matrix.settings.host }}