Skip to content

Commit

Permalink
ci: nu: env is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 2, 2023
1 parent 2c66ea2 commit 4da8c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# ensure dorothy is cloned, and run command
bash -c "$(curl -fsSL 'https://dorothy.bevry.me/install?branch=${{ github.ref_name }}&commit=${{ github.sha }}')"
- name: 'Dorothy Login Shell: nu'
shell: RUST_BACKTRACE=1 nu -l -e {0}
shell: env RUST_BACKTRACE=1 nu -l -e {0}
run: |
command-exists dorothy
echo-style --success='ok'
Expand Down

0 comments on commit 4da8c8b

Please sign in to comment.