We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e36fd commit 1452225Copy full SHA for 1452225
.github/workflows/build-binaries.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
25
- name: Install Rust toolchain -- nightly
26
- run:
+ run: |
27
rustup update nightly
28
rustup default nightly
29
rustup target add ${{ matrix.target }}
0 commit comments