Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Feb 28, 2024
1 parent f036c9d commit 732f835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

- name: Setup Dependencies
run: |
sudo apt-get update
npm install -g npm pnpm
pnpm install
rustup target add x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:

- name: Setup Dependencies
run: |
sudo apt-get update
npm install -g npm pnpm
pnpm install
sudo apt-get install gcc-aarch64-linux-gnu build-essential
Expand Down

0 comments on commit 732f835

Please sign in to comment.