Skip to content

Commit

Permalink
remove use of cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed May 2, 2024
1 parent 6ae4f91 commit 4625189
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/actions/init-env-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ description: prepare runner for rust related tasks
runs:
using: "composite"
steps:
- name: Cache rust dependencies
if: runner.name != 'ScottsMacStudio' # internet in berlin is very slow
uses: Swatinem/rust-cache@v2
with:
prefix-key: gitbutler-client
shared-key: rust

- name: Check versions
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,5 @@ jobs:
if: ${{ needs.changes.outputs.rust == 'true' }}
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: "cargo check"
run: cargo check --all --bins --examples --features windows

0 comments on commit 4625189

Please sign in to comment.