Skip to content

Commit

Permalink
chore(ci): remove cache workspace subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Apr 26, 2024
1 parent bbc107c commit 9387eb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:

- name: Rust caching
uses: Swatinem/rust-cache@v2
with:
workspaces: rust

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down Expand Up @@ -115,4 +113,4 @@ jobs:
run: cd docker && hooks/build
env:
DOCKER_TAG: ${{ github.ref }}
PUSH_IMAGE: ${{ env.PUSH_IMAGE }}
PUSH_IMAGE: ${{ env.PUSH_IMAGE }}

0 comments on commit 9387eb1

Please sign in to comment.