Skip to content

Commit

Permalink
Merge pull request #65 from pact-foundation/YOU54F-patch-1
Browse files Browse the repository at this point in the history
chore(ci): remove cache workspace subdir
  • Loading branch information
YOU54F authored Apr 26, 2024
2 parents bbc107c + 9387eb1 commit a738d02
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 a738d02

Please sign in to comment.