Skip to content

Commit c917aef

Browse files
committed
fix(ci): ajouter IGNORE_OSVERSION=yes pour contourner le mismatch du dépôt pkg FreeBSD en CI
1 parent 522e907 commit c917aef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-freebsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
version: "14.1"
2323
run: |
2424
# Installer les dépendances
25-
sudo pkg update -q
26-
sudo pkg install -y python3 tree curl
25+
sudo env IGNORE_OSVERSION=yes pkg update -q
26+
sudo env IGNORE_OSVERSION=yes pkg install -y python3 tree curl
2727
2828
# Bootstrap pip puis Flask
2929
python3 -m ensurepip --upgrade 2>/dev/null || true

0 commit comments

Comments
 (0)