Skip to content

Commit

Permalink
bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Jan 3, 2024
1 parent c85e67c commit 2e99e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ jobs:
# with a OS-dependent path.
- name: Setup Rust toolchain
run: |
rustup toolchain install nightly-2023-10-29
rustup default nightly-2023-10-29
rustup toolchain install nightly-2023-10-30
rustup default nightly-2023-10-30
rustup component add rustfmt
- name: Run tests (excluding doctests)
shell: bash
Expand Down

0 comments on commit 2e99e21

Please sign in to comment.