ci: explicitly use rust compiler 1.77.1 on python ci runs
This commit is contained in:
parent
e9a76287c8
commit
ac15ed7380
6
.github/workflows/live-tests.yaml
vendored
6
.github/workflows/live-tests.yaml
vendored
@ -74,9 +74,11 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
|
- name: "Install Rust 1.77.1"
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.77.1
|
||||||
|
|
||||||
- name: "Generate bdk.py and binaries"
|
- name: "Generate bdk.py and binaries"
|
||||||
run: bash ./scripts/generate-linux.sh
|
run: bash ./scripts/generate-linux.sh
|
||||||
|
7
.github/workflows/publish-python.yaml
vendored
7
.github/workflows/publish-python.yaml
vendored
@ -31,10 +31,11 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
# TODO 2: Other CI workflows use explicit Rust compiler versions, I think we should do the same here
|
|
||||||
- uses: actions-rs/toolchain@v1
|
- name: "Install Rust 1.77.1"
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.77.1
|
||||||
|
|
||||||
- name: "Generate bdk.py and binaries"
|
- name: "Generate bdk.py and binaries"
|
||||||
run: bash ./scripts/generate-linux.sh
|
run: bash ./scripts/generate-linux.sh
|
||||||
|
6
.github/workflows/test-python.yaml
vendored
6
.github/workflows/test-python.yaml
vendored
@ -40,9 +40,11 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
|
- name: "Install Rust 1.77.1"
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.77.1
|
||||||
|
|
||||||
- name: "Generate bdk.py and binaries"
|
- name: "Generate bdk.py and binaries"
|
||||||
run: bash ./scripts/generate-linux.sh
|
run: bash ./scripts/generate-linux.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user