Skip to content

Commit 645ca80

Browse files
committed
ci: add rust-src-dir for rust setup (get version from rust toml file)
1 parent 7187a72 commit 645ca80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
python-version: "3.12"
3030

3131
- name: "Set up Rust"
32-
uses: actions-rust-lang/setup-rust-toolchain@v1
32+
uses: actions-rust-lang/[email protected]
33+
with:
34+
cache: true
35+
rust-src-dir: ../bdk-ffi/bdk-ffi
3336

3437
- name: "Generate bdk.py"
3538
env:

0 commit comments

Comments
 (0)