Skip to content

Commit

Permalink
Fix Nu download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Jun 3, 2024
1 parent 58d507d commit 4db4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: Download Nushell $NU_VERSION
run: |
curl -L https://github.com/nushell/nushell/releases/download/${NU_VERSION}/nu-${NU_VERSION}-x86_64-linux-gnu-full.tar.gz | tar xzf -
curl -L https://github.com/nushell/nushell/releases/download/${NU_VERSION}/nu-${NU_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
- name: Version Check
run: |
./nu-${NU_VERSION}-x86_64-linux-gnu-full/nu --version
Expand Down

0 comments on commit 4db4255

Please sign in to comment.