Skip to content

Commit

Permalink
ahhhhh, pain
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Feb 15, 2024
1 parent b3abda7 commit 19fd9cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
toolchain: stable-x86_64-unknown-linux-gnu
default: true
override: true
- uses: actions-rs/cargo@v1
continue-on-error: false
with:
command: check
- name: Run Clippy
Expand Down

0 comments on commit 19fd9cc

Please sign in to comment.