Skip to content

Commit 9b44743

Browse files
committed
make nu binary runnable in ci
1 parent 63562ef commit 9b44743

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
repository: nushell/nushell
1818

19-
- name: Setup Rust Toolchain
19+
- name: Setup Rust toolchain
2020
uses: actions-rust-lang/setup-rust-toolchain@v1
2121

2222
- name: Build Nushell binary
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/download-artifact@v4
5151
with:
5252
name: nu
53+
- run: chmod +x ./nu
5354

5455
# - name: Download testing.nu
5556
# run: wget ${{ env.testing-file }}
@@ -83,6 +84,7 @@ jobs:
8384
uses: actions/download-artifact@v4
8485
with:
8586
name: nu
87+
- run: chmod +x ./nu
8688

8789
# - name: Download testing.nu
8890
# run: wget ${{ env.testing-file }}

0 commit comments

Comments
 (0)