Skip to content

Commit

Permalink
Try to install 32-bit node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Mar 1, 2023
1 parent a16c256 commit 8173457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
apt install -y build-essential curl
curl -L https://install.perlbrew.pl | bash
bash -c " source ~/perl5/perlbrew/etc/bashrc; perlbrew install --notest perl-5.32.0 "
curl -L https://unofficial-builds.nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x86.tar.gz | tar -xzf -
mkdir -p /__e/node16
mv node-v16.19.0-linux-x86/* /__e/node16
- uses: actions/checkout@v1
- name: run tests
env:
Expand Down

0 comments on commit 8173457

Please sign in to comment.