Skip to content

Commit 04a98a3

Browse files
authored
Update freebsd-ci.yml
1 parent 5552c4c commit 04a98a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/freebsd-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Build
1818
uses: vmactions/freebsd-vm@v1
1919
with:
20+
release: '14.2'
2021
usesh: true
2122
sync: rsync
2223
copyback: false
@@ -26,7 +27,8 @@ jobs:
2627
pkg install -y python3
2728
# required by mbedtls-3.3.0
2829
pkg search pip
29-
pkg install -y py39-pip
30+
python3 -V
31+
pkg install -y py311-pip
3032
pip install jsonschema jinja2
3133
# install perl5, localtion: /usr/local/bin
3234
pkg search perl5

0 commit comments

Comments
 (0)