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 5c482fe commit bac59bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ jobs:
rustup target add aarch64-unknown-linux-musl
build: |-
source "$HOME/.cargo/env"
cargo
cd /addon
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-musl npm run build
Expand All @@ -209,7 +208,6 @@ jobs:
n stable
build: |-
source "$HOME/.cargo/env"
cargo
cd /addon
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu npm run build
Expand Down

0 comments on commit bac59bc

Please sign in to comment.