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 63562ef commit 9b44743Copy full SHA for 9b44743
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
repository: nushell/nushell
18
19
- - name: Setup Rust Toolchain
+ - name: Setup Rust toolchain
20
uses: actions-rust-lang/setup-rust-toolchain@v1
21
22
- name: Build Nushell binary
@@ -50,6 +50,7 @@ jobs:
50
uses: actions/download-artifact@v4
51
52
name: nu
53
+ - run: chmod +x ./nu
54
55
# - name: Download testing.nu
56
# run: wget ${{ env.testing-file }}
@@ -83,6 +84,7 @@ jobs:
83
84
85
86
87
88
89
90
0 commit comments