Skip to content

Commit 9829045

Browse files
authored
Update solaris-ci.yml
1 parent 04a98a3 commit 9829045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/solaris-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Build
1818
uses: vmactions/solaris-vm@main
1919
with:
20+
release: "11.4-gcc"
2021
usesh: true
2122
sync: rsync
2223
copyback: false
@@ -27,7 +28,7 @@ jobs:
2728
pkgutil -y -i cmake
2829
# required by mbedtls-3.3.0
2930
python3 --version
30-
pip-3.5 install jsonschema jinja2
31+
pip-3.7 install jsonschema jinja2
3132
# gcc
3233
echo y | pkg install gcc
3334
# check tools

0 commit comments

Comments
 (0)