Skip to content

Commit

Permalink
chore: freebsd: ignore OS version mismatch with packages
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Aug 8, 2024
1 parent c2b1e5f commit b7988b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# to do proper tests, we need the fs to have ACLs enabled
sudo mount -o acls /
# install required packages
sudo pkg update
sudo pkg install -y bash rsync ca_root_nss jq fping screen flock curl
sudo env IGNORE_OSVERSION=yes pkg update
sudo env IGNORE_OSVERSION=yes pkg install -y bash rsync ca_root_nss jq fping screen flock curl
# create required folder
sudo mkdir -p /opt/bastion
# copy bastion code to the proper location
Expand Down

0 comments on commit b7988b2

Please sign in to comment.