Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Remove Swatinem/rust-cache from CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Wagner <lwagner94@posteo.at>
  • Loading branch information
Lukas Wagner committed Jan 28, 2023
1 parent 09f0aea commit 4d18bc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
rust:
rust:
- stable

include:
include:
- os: ubuntu-latest
rust: 1.58.0
steps:
Expand All @@ -26,7 +25,6 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 4d18bc6

Please sign in to comment.