Skip to content

Commit

Permalink
Pin rust v1.75 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Doer committed Jun 19, 2024
1 parent cf36b9c commit e59c196
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: rustup update --no-self-update 1.75
- run: rustup component add rustfmt clippy --toolchain 1.75
- run: rustup default 1.75
- run: rustc --version
- uses: actions/checkout@v4
- name: Format
run: cargo fmt -- --check
Expand Down

0 comments on commit e59c196

Please sign in to comment.