Skip to content

Commit f76098d

Browse files
committed
fix: use nightly for tests
1 parent ce53cb4 commit f76098d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install Rust toolchain
7070
uses: actions-rs/toolchain@v1
7171
with:
72-
toolchain: stable
72+
toolchain: nightly
7373
profile: minimal
7474
components: llvm-tools-preview
7575
override: true

0 commit comments

Comments
 (0)