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 aa5c3e7 commit 2d51602Copy full SHA for 2d51602
.github/workflows/package.yml
@@ -171,8 +171,8 @@ jobs:
171
distro: ubuntu22.04
172
dockerRunArgs: --volume "${PWD}:/repo" --workdir /repo
173
install: |
174
- apt install -yq curl
175
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
+ apt update -yq && apt install -yq wget
+ wget -qL https://deb.nodesource.com/setup_20.x | bash -
176
apt install -yq g++ git make python3 nodejs
177
run: |
178
npm ci
0 commit comments