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 424f6b0 commit 9ad79a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: |-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y
cargo
cd /addon
npm install
Expand All @@ -207,6 +208,7 @@ jobs:
npm install n -g
n stable
build: |-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh /dev/stdin -y
cargo
cd /addon
npm install
Expand Down Expand Up @@ -236,8 +238,6 @@ jobs:
--volume "${PWD}:/addon"
--volume "~/.cargo:/root/.cargo"
install: ${{ matrix.settings.install }}
env: |
cargo: /root/.cargo/bin/cargo
run: ${{ matrix.settings.build }}
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9ad79a9

Please sign in to comment.