From 8767cf78322813630ccbf2d44a070986e3e528ca Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Tue, 2 Jul 2024 13:37:24 +0200 Subject: [PATCH] Revert "ci: speed up arm64-glibc test" This reverts commit 644e817990aa0c531c3437ed54d5de7f63338c34. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f44e8e7..717cb29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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