Skip to content

Commit

Permalink
fix: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 31, 2024
1 parent 1ad5fe9 commit 125d377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
rustup toolchain install --force-non-host stable-${{ matrix.settings.target }}
rustup default stable-${{ matrix.settings.target }}
- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
workspaces: packages/desktop
# - uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
# with:
# workspaces: packages/desktop

- name: Install dependencies (Ubuntu)
if: matrix.settings.platform == 'ubuntu-22.04'
Expand Down

0 comments on commit 125d377

Please sign in to comment.