Skip to content

Commit

Permalink
Merge pull request #354 from HigherOrderCO/fix-actions-check
Browse files Browse the repository at this point in the history
Updates checks.yml to work after rust-toolchain was removed
  • Loading branch information
kings177 authored May 27, 2024
2 parents b947dfd + 2d70e24 commit 9e437c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
- uses: actions/cache@v2
with:
path: |
Expand All @@ -27,7 +26,6 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
- uses: actions/cache@v2
with:
path: |
Expand All @@ -42,7 +40,6 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
- run: cargo test --release
shell: bash -l {0}

0 comments on commit 9e437c0

Please sign in to comment.