Skip to content

Commit 03c1b60

Browse files
committed
Workaround a Rust bug in CI
rust-lang/rust#104815
1 parent 0cab0ea commit 03c1b60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ task:
4040
task:
4141
name: FreeBSD 13.1 nightly
4242
env:
43-
VERSION: nightly
43+
# Workaround Rust bug https://github.com/rust-lang/rust/issues/104815
44+
VERSION: nightly-2022-11-19-x86_64-unknown-freebsd
4445
<< : *SETUP
4546
test_script:
4647
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)