diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 6fabf75..e56d9d6 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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