commit 21395f65fc5d536e08ad6b2dbd58892b2cf86a0a
parent 984af1e6e60a212f87f29a385849df60b49f7eae
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 17:43:30 +0200
Fix linux builds
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -42,6 +42,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: |-
set -e &&
+ sudo apt-get install -y automake libtool make gcc pkg-config &&
make yara &&
yarn build --target x86_64-unknown-linux-gnu &&
strip *.node
@@ -60,6 +61,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: |-
set -e &&
+ sudo apt-get install -y automake libtool make gcc pkg-config &&
make yara &&
yarn build --target aarch64-unknown-linux-gnu &&
aarch64-unknown-linux-gnu-strip *.node