Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 5, 2024
1 parent 16cd2d7 commit 504fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task:
apt install -y curl
fi
if [ "$(uname -s)" = "FreeBSD" ]; then
install -y lang/gcc git bash
pkg install -y lang/gcc git bash
fi
if command -v curl; then
sh -c "$(curl ${URL})"
Expand Down

0 comments on commit 504fe11

Please sign in to comment.