Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Nov 14, 2024
1 parent 1a398a7 commit a6012a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- name: install rust targets
run: |
rustup target add x86_64-unknown-linux-gnu
rustup target add aarch64-unknown-linux-gnu
- uses: Swatinem/rust-cache@v2
continue-on-error: true
- name: Install Cross Compiler
Expand Down

0 comments on commit a6012a3

Please sign in to comment.