Skip to content

Commit

Permalink
Revert "ci: speed up arm64-glibc test"
Browse files Browse the repository at this point in the history
This reverts commit 644e817.
  • Loading branch information
zone117x committed Jul 2, 2024
1 parent 644e817 commit 8767cf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ jobs:
distro: ubuntu_latest
githubToken: ${{ github.token }}
install: |
apt-get update && apt-get install -y --no-install-recommends nodejs npm
apt-get update && apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y --no-install-recommends nodejs
run: |
npm run test:js
Expand Down

0 comments on commit 8767cf7

Please sign in to comment.