Skip to content

Commit

Permalink
gh-actions: Update cross toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Jul 31, 2024
1 parent b44b5d2 commit 6f150a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
sudo apt-get install -y libudev-dev libhidapi-dev
- name: Setup Rust toolchain
run: rustup show
run: |
rm rust-toolchain.toml
rustup toolchain install 1.75.0-x86_64-unknown-freebsd
rustup show
- name: Install cross compilation tool
run: cargo install cross
Expand Down

0 comments on commit 6f150a1

Please sign in to comment.