Skip to content

Commit 9dfdb1a

Browse files
change working directory for patching dependencies
1 parent 2db8c77 commit 9dfdb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-with-openzeppelin-stellar-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: stellar/actions/rust-cache@main
6262

6363
- name: Patch workspace dependencies
64-
working-directory: .
64+
working-directory: stellar-contracts
6565
run: |
6666
crates=$(cd ../rs-soroban-sdk && cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.publish != []) | .name')
6767
for crate in $crates; do

0 commit comments

Comments
 (0)