Skip to content

Commit 16159c2

Browse files
committed
override Rust build to nightly toolchain
1 parent e3607d3 commit 16159c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- name: Cache Packages
2020
uses: Swatinem/[email protected]
2121

22+
- uses: actions-rs/toolchain@v1
23+
with:
24+
profile: minimal
25+
toolchain: nightly
26+
override: true
27+
2228
- name: Build
2329
run: cargo build --release
2430

0 commit comments

Comments
 (0)