Skip to content

Commit 7735717

Browse files
committed
Switch to nightly for target tests
1 parent a2d1f20 commit 7735717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
submodules: true
191191
- name: Install Rust
192-
run: rustup update stable && rustup default stable
192+
run: rustup update nightly && rustup default nightly
193193
- run: rustup target add ${{ matrix.target }}
194194
- run: cargo build --target ${{ matrix.target }}
195195

0 commit comments

Comments
 (0)