Skip to content

Commit

Permalink
Remove caches
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Feb 25, 2024
1 parent 9712d96 commit d96962e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
toolchain: stable
components: clippy
- name: Cache Cargo build files
uses: Leafwing-Studios/cargo-cache@v1
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Run cargo clippy
Expand All @@ -47,8 +45,6 @@ jobs:
with:
toolchain: stable
components: rustfmt
- name: Cache Cargo build files
uses: Leafwing-Studios/cargo-cache@v1
- name: Run cargo fmt
run: cargo fmt --check --all

Expand All @@ -64,8 +60,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Cache Cargo build files
uses: Leafwing-Studios/cargo-cache@v1
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Run cargo doc
Expand All @@ -80,8 +74,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Cache Cargo build files
uses: Leafwing-Studios/cargo-cache@v1
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Run cargo test
Expand Down

0 comments on commit d96962e

Please sign in to comment.