Skip to content

Commit

Permalink
Use fixed toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Dec 2, 2024
1 parent ca3b255 commit 3d71005
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
uses: dtolnay/[email protected]
- name: Check Formatting
run: cargo fmt -- --check
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 3d71005

Please sign in to comment.