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 f2f8c26 commit 4ed90f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
rustup default nightly
rustup target add aarch64-unknown-linux-musl
build: |-
cd /addon
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-musl npm run build
strip *.node
Expand All @@ -205,6 +206,7 @@ jobs:
npm install n -g
n stable
build: |-
cd /addon
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu npm run build
strip *.node
Expand Down Expand Up @@ -233,7 +235,6 @@ jobs:
--volume "~/.cargo:/root/.cargo"
setup: |
export PATH="$HOME/.cargo/bin:$PATH"
cd /addon
install: ${{ matrix.settings.install }}
run: ${{ matrix.settings.build }}
- name: Upload artifact
Expand Down

0 comments on commit 4ed90f3

Please sign in to comment.