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 0580d9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ jobs:
distro: ${{ matrix.settings.distro }}
githubToken: ${{ github.token }}
install: >-
curl -sL https://deb.nodesource.com/setup_current.x | sudo -E bash - &&
apt-get update
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_current.x | bash - &&
apt-get install -y nodejs npm
run: >-
set -e &&
Expand Down

0 comments on commit 0580d9f

Please sign in to comment.