We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f579ea commit e62190aCopy full SHA for e62190a
.github/workflows/config.yml
@@ -65,7 +65,7 @@ jobs:
65
shell: bash
66
run: |
67
ls -lar /__e/node20 &&
68
- apt-get install -y curl &&
+ apt update && apt-get install -y curl &&
69
curl -Lo /tmp/node.tar.gz https://unofficial-builds.nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-x64-glibc-217.tar.gz &&
70
cd /__e/node20 &&
71
tar -x --strip-components=1 -f /tmp/node.tar.gz &&
0 commit comments