Skip to content

Commit ed58b64

Browse files
fix: remove explicit setting of rust toolchain in ci
1 parent fae774b commit ed58b64

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

.github/workflows/publish-python.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
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

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
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

.github/workflows/test-bdk-ffi-latest.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ jobs:
5050
~/.cargo/git
5151
./target
5252
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
53-
54-
- name: "Setup Rust"
55-
uses: actions-rust-lang/[email protected]
56-
with:
57-
toolchain: 1.85.1
5853

5954
- name: "Generate bdk.py and binaries"
6055
run: bash ./scripts/generate-linux.sh

.github/workflows/test-python.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
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

0 commit comments

Comments
 (0)