We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41507e commit 419914aCopy full SHA for 419914a
.github/workflows/ci.yml
@@ -98,8 +98,8 @@ jobs:
98
- name: Ensure Nushell binary is executable
99
run: chmod +x ./nu
100
101
- # - name: Download testing.nu
102
- # run: wget ${{ env.testing-file }}
+ - name: Download testing.nu
+ run: wget ${{ env.testing-file }}
103
104
- name: Ensure plugin is executable
105
run: chmod +x ${{ matrix.plugin.plugin }}
testing.nu
0 commit comments