Skip to content

Commit feef622

Browse files
committed
ci: fix rust-src-dir path
1 parent 645ca80 commit feef622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-api-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions-rust-lang/[email protected]
3333
with:
3434
cache: true
35-
rust-src-dir: ../bdk-ffi/bdk-ffi
35+
rust-src-dir: ${{ github.workspace }}/bdk-ffi/bdk-ffi
3636

3737
- name: "Generate bdk.py"
3838
env:

0 commit comments

Comments
 (0)