Skip to content

Commit 6ac791f

Browse files
authored
Fix CI Rust cache working directory (#50)
1 parent 933c373 commit 6ac791f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
toolchain: stable
3232
- uses: Swatinem/rust-cache@v1
33+
with:
34+
working-directory: temporalio/bridge
3335
- uses: actions/setup-python@v1
3436
with:
3537
python-version: ${{ matrix.python }}
@@ -93,6 +95,8 @@ jobs:
9395
with:
9496
toolchain: stable
9597
- uses: Swatinem/rust-cache@v1
98+
with:
99+
working-directory: temporalio/bridge
96100
- uses: actions/setup-python@v1
97101
with:
98102
python-version: "3.10"

0 commit comments

Comments
 (0)