File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
- if : ${{ runner.os != 'Linux' }}
51
51
uses : Swatinem/rust-cache@v2
52
52
with :
53
- working-directory : temporalio/bridge
53
+ workspaces : temporalio/bridge -> target
54
54
55
55
# Prepare
56
56
# Using fixed Poetry version until
Original file line number Diff line number Diff line change 42
42
- uses : dtolnay/rust-toolchain@stable
43
43
- uses : Swatinem/rust-cache@v2
44
44
with :
45
- working-directory : temporalio/bridge
45
+ workspaces : temporalio/bridge -> target
46
46
# actions/setup-python doesn't yet support Linux ARM
47
47
- if : ${{ matrix.os != 'ubuntu-arm' }}
48
48
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 34
34
toolchain : stable
35
35
- uses : Swatinem/rust-cache@v2
36
36
with :
37
- working-directory : temporalio/bridge
37
+ workspaces : temporalio/bridge -> target
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments