Skip to content

Commit a1058cb

Browse files
authored
Update freebsd-ci.yml
1 parent 8cf1341 commit a1058cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/freebsd-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
# required by mbedtls-3.3.0
2929
pkg search pip
3030
python3 -V
31-
pkg install -y py311-pip
32-
pip install --no-deps jsonschema
33-
pip install jinja2
31+
# pkg install -y py311-pip
32+
# pip install --no-deps jsonschema
33+
# pip install jinja2
3434
# install perl5, localtion: /usr/local/bin
3535
pkg search perl5
3636
pkg search perl5 | cut -d' ' -f1 | head -n 1 | xargs pkg install -y

0 commit comments

Comments
 (0)