Skip to content

Commit

Permalink
fixed CI rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Feb 6, 2024
1 parent f8148d6 commit 5192a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Configuring git client
run: git config --global user.email "[email protected]" && git config --global user.name "Quentin Diebold (CI)"
- name: Switch to Rust nightly
run: rustup default nightly
run: rustup default nightly-2024-01-10
- name: Build
run: cargo build --features ci
- name: Run tests
Expand Down

0 comments on commit 5192a01

Please sign in to comment.