Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki authored Jan 4, 2025
1 parent ba24fd8 commit bef941c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
FILENAMEBASE: nu-${VERSION}-x86_64-unknown-linux-musl
FILENAMEPACK: nu-${VERSION}-x86_64-unknown-linux-musl.tar.gz
run: |
set -e
wget --no-verbose https://github.com/nushell/nushell/releases/download/${{env.VERSION}}/${{env.FILENAMEPACK}}
tar xf ${{env.FILENAMEPACK}}
mv ${{env.FILENAMEBASE}} nu
chmod u+x nu/nu
- name: Test
run: |
set -e
nu/nu --env-config env.nu --config config.nu -c 'echo $env.NU_VERSION'

0 comments on commit bef941c

Please sign in to comment.