From b7988b26b010c37892ea43d3bc992d3590679577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 6 Aug 2024 15:13:25 +0000 Subject: [PATCH] chore: freebsd: ignore OS version mismatch with packages --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index d0e73f76f..b307e6449 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -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