Skip to content

Commit 476a634

Browse files
Merge pull request #89 from FrameworkComputer/freebsd-toolchain-update
freebsd: Build with latest stable on gh actions
2 parents 5c843ea + 52b1c47 commit 476a634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Rust toolchain
2020
run: |
2121
rm rust-toolchain.toml
22-
rustup toolchain install 1.75.0-x86_64-unknown-freebsd
22+
rustup target add x86_64-unknown-freebsd
2323
rustup show
2424
2525
- name: Install cross compilation tool

0 commit comments

Comments
 (0)