Skip to content

Commit

Permalink
fix the clone location
Browse files Browse the repository at this point in the history
do not clone one level too deep.
  • Loading branch information
amtoine committed Oct 16, 2023
1 parent ffde4dd commit ce25060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp "/tmp/$name/${{ env.NU_BIN }}" "$HOME/${{ env.NU_BIN }}"
- name: Install Nupm from Source
run: git clone https://github.com/nushell/nupm "${{ env.NUPM }}/nupm"
run: git clone https://github.com/nushell/nupm "${{ env.NUPM }}"

- name: Show Nushell Version
run: |
Expand Down

0 comments on commit ce25060

Please sign in to comment.