Skip to content

Commit 0d4f063

Browse files
committed
nightly
1 parent cdbd907 commit 0d4f063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
~/.cargo/git/db/
4545
target/
4646
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
47-
# - name: Set up Rust nightly
48-
# run: rustup default nightly-2023-01-03
47+
- name: Set up Rust nightly
48+
run: rustup default nightly-2023-01-03
4949
- name: Install dependencies
5050
run: rustup component add clippy rustfmt
5151
- name: Restore cached circuits

0 commit comments

Comments
 (0)