Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP authored Dec 8, 2023
1 parent 387534e commit c382edd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ jobs:
rustup install nightly
rustup default nightly
rustup target add aarch64-unknown-linux-musl
cd addon/
npm install
build: |-
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-musl npm run build
strip *.node
- distro: ubuntu
Expand All @@ -205,9 +204,8 @@ jobs:
rustup target add aarch64-unknown-linux-gnu
npm install n -g
n stable
cd addon/
npm install
build: |-
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu npm run build
strip *.node
name: ${{ matrix.settings.target }}
Expand Down

0 comments on commit c382edd

Please sign in to comment.