Skip to content

Commit f9589f9

Browse files
committed
gh-actions: Update cross toolchain
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 941d37c commit f9589f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
sudo apt-get install -y libudev-dev libhidapi-dev
1818
1919
- name: Setup Rust toolchain
20-
run: rustup show
20+
run: |
21+
rm rust-toolchain.toml
22+
rustup toolchain install 1.75.0-x86_64-unknown-freebsd
23+
rustup show
2124
2225
- name: Install cross compilation tool
2326
run: cargo install cross

0 commit comments

Comments
 (0)