Skip to content

Commit 2d65d82

Browse files
authored
Fix GHA config for Swatinem/rust-cache@v2 (#546)
1 parent 5aeac47 commit 2d65d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- if: ${{ runner.os != 'Linux' }}
5151
uses: Swatinem/rust-cache@v2
5252
with:
53-
working-directory: temporalio/bridge
53+
workspaces: temporalio/bridge -> target
5454

5555
# Prepare
5656
# Using fixed Poetry version until

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: dtolnay/rust-toolchain@stable
4343
- uses: Swatinem/rust-cache@v2
4444
with:
45-
working-directory: temporalio/bridge
45+
workspaces: temporalio/bridge -> target
4646
# actions/setup-python doesn't yet support Linux ARM
4747
- if: ${{ matrix.os != 'ubuntu-arm' }}
4848
uses: actions/setup-python@v5

.github/workflows/run-bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
toolchain: stable
3535
- uses: Swatinem/rust-cache@v2
3636
with:
37-
working-directory: temporalio/bridge
37+
workspaces: temporalio/bridge -> target
3838
- uses: actions/setup-python@v5
3939
with:
4040
python-version: "3.12"

0 commit comments

Comments
 (0)