Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 24, 2024
1 parent aa183c0 commit 3e60161
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y rust bash ninja python310 py310-pip
pkg install -y rust bash ninja python311 py311-pip
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
python3.11 -m pip install -r req.txt
cd /bin && ln -s python3.11 python
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand All @@ -59,6 +60,7 @@ jobs:
pkg_add rust bash ninja py3-pip
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
cd /bin && ln -s python3 python
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand All @@ -74,6 +76,7 @@ jobs:
/usr/sbin/pkg_add rust bash ninja python312 py312-pip
echo "gyp-next>=0.18.1" > req.txt
python3.12 -m pip install -r req.txt
cd /bin && ln -s python3.12 python
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand All @@ -90,6 +93,7 @@ jobs:
pkg install cargo bash ninja python-39 pip-39
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
cd /bin && ln -s python3 python
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand Down

0 comments on commit 3e60161

Please sign in to comment.