Skip to content

Commit 1452225

Browse files
committed
bug
1 parent 13e36fd commit 1452225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Install Rust toolchain -- nightly
26-
run:
26+
run: |
2727
rustup update nightly
2828
rustup default nightly
2929
rustup target add ${{ matrix.target }}

0 commit comments

Comments
 (0)