diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-14 10:17:12 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-14 10:17:12 +0000 |
| commit | d2a8023948697ab07ed9ec08fb87588b858d9439 (patch) | |
| tree | e76b3fa4f3561dee94300c78c9070604e102e66c | |
| parent | e39191594f44667dc3dd602ed5de7485adb219ac (diff) | |
| download | rust-d2a8023948697ab07ed9ec08fb87588b858d9439.tar.gz rust-d2a8023948697ab07ed9ec08fb87588b858d9439.zip | |
Fix CirrusCI
| -rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7886cae42a1..1405ea74903 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,9 +1,9 @@ task: name: freebsd freebsd_instance: - image: freebsd-13-1-release-amd64 + image: freebsd-13-2-release-amd64 setup_rust_script: - - pkg install -y curl git bash + - pkg install -y git bash - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain none -y --profile=minimal target_cache: |
