We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c843ea + 52b1c47 commit 476a634Copy full SHA for 476a634
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Rust toolchain
20
run: |
21
rm rust-toolchain.toml
22
- rustup toolchain install 1.75.0-x86_64-unknown-freebsd
+ rustup target add x86_64-unknown-freebsd
23
rustup show
24
25
- name: Install cross compilation tool
0 commit comments