Skip to content

Commit

Permalink
ci: Work around NetBSD failure
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 27, 2024
1 parent 5c5729a commit c49dd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:
# AArch64 FreeBSD/NetBSD/OpenBSD are tier 3 targets, so install Rust from package manager instead of rustup.
case "$(uname -s)" in
FreeBSD) retry sudo pkg install -y rust ;;
NetBSD) retry sudo pkgin -y install rust ;;
NetBSD) retry sudo pkgin -y install rust-1.80.1 ;;
OpenBSD) retry sudo pkg_add rust ;;
esac
rustc -vV
Expand Down

0 comments on commit c49dd72

Please sign in to comment.