Skip to content

Commit

Permalink
Fix missing Rust toolchain in linux-armv6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 6, 2023
1 parent 9c4dbbe commit 15cbf5b
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 @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust toolchain
run: rustup show
run: rustup target add arm-unknown-linux-gnueabihf
- name: install cross toolchain
run: |
brew tap messense/macos-cross-toolchains
Expand Down

0 comments on commit 15cbf5b

Please sign in to comment.