Skip to content

Commit

Permalink
CI: test greenlet on OmniOS v11
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Sep 5, 2024
1 parent 8f81ab5 commit 7ebb12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/foreign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- uses: actions/checkout@v4
- uses: vmactions/omnios-vm@v1
with:
prepare: pkg install pip-311 python-311 sqlite-3 nginx
# need gcc installed to compile greenlet from source
prepare: pkg install pip-311 python-311 sqlite-3 nginx gcc13
usesh: true
copyback: false
run: |
Expand Down

0 comments on commit 7ebb12d

Please sign in to comment.