Skip to content

Commit cb25ea7

Browse files
committed
use nightly
1 parent d43506f commit cb25ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: dtolnay/rust-toolchain@stable
16+
- uses: dtolnay/rust-toolchain@nightly
1717
- name: Create empty input.txt for compilation
1818
run: for d in ${{matrix.folder}}/day*; do touch $d/input.txt; done
1919
- name: Cargo Test

0 commit comments

Comments
 (0)