Skip to content

Commit

Permalink
fix: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 17, 2023
1 parent 3cf1460 commit 041beeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -18,7 +18,9 @@ jobs:
fetch-depth: 0

- name: Install Rust target
run: rustup target add x86_64-unknown-linux-musl
run: |
apt install musl-tools
rustup target add x86_64-unknown-linux-musl
- name: Setup PNPM
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 041beeb

Please sign in to comment.