File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : " Configure Git safe directory"
3131 run : git config --global --add safe.directory /__w/bdk-python/bdk-python
32-
33- - name : " Install Rust 1.84.1"
34- uses : actions-rs/toolchain@v1
35- with :
36- toolchain : 1.84.1
3732
3833 - name : " Generate bdk.py and binaries"
3934 run : bash ./scripts/generate-linux.sh
Original file line number Diff line number Diff line change 1919
2020 - name : " Configure Git safe directory"
2121 run : git config --global --add safe.directory /__w/bdk-python/bdk-python
22-
23- - name : " Install Rust 1.84.1"
24- uses : actions-rs/toolchain@v1
25- with :
26- toolchain : 1.84.1
2722
2823 - name : Set up Python
2924 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 5050 ~/.cargo/git
5151 ./target
5252 key : ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
53-
54- - name : " Setup Rust"
55- uses : actions-rust-lang/setup-rust-toolchain@v1.15.0
56- with :
57- toolchain : 1.85.1
5853
5954 - name : " Generate bdk.py and binaries"
6055 run : bash ./scripts/generate-linux.sh
Original file line number Diff line number Diff line change 3131
3232 - name : " Configure Git safe directory"
3333 run : git config --global --add safe.directory /__w/bdk-python/bdk-python
34-
35- - name : " Install Rust 1.84.1"
36- uses : actions-rs/toolchain@v1
37- with :
38- toolchain : 1.84.1
3934
4035 - name : " Generate bdk.py and binaries"
4136 run : bash ./scripts/generate-linux.sh
You can’t perform that action at this time.
0 commit comments