ci: explicitly use rust compiler 1.77.1 on python ci runs
This commit is contained in:
8
.github/workflows/test-python.yaml
vendored
8
.github/workflows/test-python.yaml
vendored
@@ -40,10 +40,12 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: "Install Rust 1.77.1"
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.77.1
|
||||
|
||||
- name: "Generate bdk.py and binaries"
|
||||
run: bash ./scripts/generate-linux.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user