Skip to content

Commit

Permalink
Try wget over curl
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 19, 2024
1 parent baf1c88 commit f6f9d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
distro: ${{ matrix.settings.distro }}
githubToken: ${{ github.token }}
install: >-
curl -sL https://deb.nodesource.com/setup_current.x | sudo -E bash - &&
wget -qO- https://deb.nodesource.com/setup_current.x | -E bash - &&
apt-get install -y nodejs npm
run: >-
set -e &&
Expand Down

0 comments on commit f6f9d2b

Please sign in to comment.