Skip to content

Commit

Permalink
feat: add missing rust toolchain target
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 1, 2024
1 parent 2bd5728 commit 145de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu
targets: aarch64-apple-darwin, x86_64-apple-darwin, aarch64-unknown-linux-gnu

- name: Install Cargo dependencies (linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 145de4e

Please sign in to comment.