Skip to content

Commit 10a41f7

Browse files
committed
use +nightly on build
1 parent 1f309ad commit 10a41f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo fetch
4242

4343
- name: Build
44-
run: cargo build --verbose
44+
run: cargo build +nightly --verbose
4545

4646
- name: Run cargo fmt
4747
run: cargo +nightly fmt -- --check

0 commit comments

Comments
 (0)