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 0e144a7 commit 491c5b8
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/check-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y curl bash ninja python3
pkg install -y curl rust bash ninja python3 py-pip
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- --profile minimal --default-toolchain stable
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand All @@ -58,11 +56,9 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg_add curl bash ninja python-3.10.14
pkg_add curl rust bash ninja python-3.10.14
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- --profile minimal --default-toolchain stable
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand All @@ -75,11 +71,9 @@ jobs:
usesh: true
copyback: false
prepare: |
/usr/sbin/pkg_add curl bash ninja python312
/usr/sbin/pkg_add curl rust bash ninja python312
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- --profile minimal --default-toolchain stable
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand All @@ -93,11 +87,10 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install curl bash ninja python3
pkg install curl rust bash ninja python3
echo "gyp-next>=0.18.1" > req.txt
python3 -m pip install -r req.txt
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- --profile minimal --default-toolchain stable
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable
run: |
export NSS_DIR=$(pwd)/nss
export NSS_TARGET=Debug
Expand Down

0 comments on commit 491c5b8

Please sign in to comment.