Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Sep 9, 2023
1 parent 2a24b90 commit b96c2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v3
- uses: actions-rs/toolchain@v2
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v3
- uses: actions-rs/cargo@v1
with:
commad: check

Expand Down

0 comments on commit b96c2c7

Please sign in to comment.