We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522e907 commit c917aefCopy full SHA for c917aef
1 file changed
.github/workflows/ci-freebsd.yml
@@ -22,8 +22,8 @@ jobs:
22
version: "14.1"
23
run: |
24
# Installer les dépendances
25
- sudo pkg update -q
26
- sudo pkg install -y python3 tree curl
+ sudo env IGNORE_OSVERSION=yes pkg update -q
+ sudo env IGNORE_OSVERSION=yes pkg install -y python3 tree curl
27
28
# Bootstrap pip puis Flask
29
python3 -m ensurepip --upgrade 2>/dev/null || true
0 commit comments