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 7, 2023
1 parent 16bdbf2 commit 62d3fd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ jobs:
rustup default nightly
rustup target add aarch64-unknown-linux-musl
build: |-
source $HOME/.cargo/env
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:
rustup default nightly
rustup target add aarch64-unknown-linux-gnu
build: |-
source $HOME/.cargo/env
cd /addon
npm install
PKG_CONFIG_SYSROOT_DIR=/ CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu npm run build
Expand All @@ -236,7 +234,9 @@ jobs:
githubToken: ${{ github.token }}
dockerRunArgs: |
--volume "${PWD}:/addon"
--volume "~/.cargo:/root/.cargo"
--volume "~/.cargo:/root/.cargo"
setup: |
source $HOME/.cargo/env
install: ${{ matrix.settings.install }}
run: ${{ matrix.settings.build }}
- name: Upload artifact
Expand Down Expand Up @@ -318,4 +318,4 @@ jobs:
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 62d3fd5

Please sign in to comment.