Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Tentatively add rust-cache back
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Sep 22, 2023
1 parent 952e774 commit 6db262a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Git LFS Pull
run: git lfs install && git lfs pull

- uses: Swatinem/rust-cache@v2

- name: Rustfmt
run: nix develop -c bash -c 'cargo --locked fmt -p bleep -- --check'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tauri-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Git LFS Pull
run: git lfs install && git lfs pull

- uses: Swatinem/rust-cache@v2

- name: Rustfmt
run: nix develop -c bash -c 'cargo --locked fmt -p bloop -- --check'

Expand Down

0 comments on commit 6db262a

Please sign in to comment.