Skip to content

Commit

Permalink
fix: Fix nu module loading, use relative path instead of absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 2, 2023
1 parent 018e08d commit 4d395fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ runs:
- name: Setup MoonBit
shell: nu {0}
run: |
use ${{ github.workspace }}/nu/moonbit.nu *
setup moonbit
nu -c "use nu/moonbit.nu *; setup moonbit"

0 comments on commit 4d395fe

Please sign in to comment.