Skip to content

Commit

Permalink
neater output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Elder committed Jun 2, 2021
1 parent cc03a35 commit c0d5367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ runs:
sudo mkdir -p /usr/local/lib/nodejs
pushd /usr/local/lib/nodejs
curl https://nodejs.org/dist/v${{ inputs.NODE_VERSION }}/node-v${{ inputs.NODE_VERSION }}-${{ inputs.NODE_DISTRO }}.tar.xz | \
echo "Downloading & Extracting NodeJS v${{ inputs.NODE_VERSION }} (${{ inputs.NODE_DISTRO }})"
curl -s https://nodejs.org/dist/v${{ inputs.NODE_VERSION }}/node-v${{ inputs.NODE_VERSION }}-${{ inputs.NODE_DISTRO }}.tar.xz | \
sudo tar -xJ --strip-components=1
popd
Expand Down

0 comments on commit c0d5367

Please sign in to comment.