Skip to content

Commit d2a8023

Browse files
committed
Fix CirrusCI
1 parent e391915 commit d2a8023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
task:
22
name: freebsd
33
freebsd_instance:
4-
image: freebsd-13-1-release-amd64
4+
image: freebsd-13-2-release-amd64
55
setup_rust_script:
6-
- pkg install -y curl git bash
6+
- pkg install -y git bash
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
88
- sh rustup.sh --default-toolchain none -y --profile=minimal
99
target_cache:

0 commit comments

Comments
 (0)