Pin 1.83.0.1 in CI (#2835)
This commit is contained in:
parent
1684ba10f0
commit
af8eaea1e3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -70,6 +70,7 @@ jobs:
|
|||||||
- uses: esp-rs/xtensa-toolchain@v1.5
|
- uses: esp-rs/xtensa-toolchain@v1.5
|
||||||
with:
|
with:
|
||||||
ldproxy: false
|
ldproxy: false
|
||||||
|
version: 1.83.0.1
|
||||||
# Install the Rust stable toolchain for RISC-V devices:
|
# Install the Rust stable toolchain for RISC-V devices:
|
||||||
- uses: dtolnay/rust-toolchain@v1
|
- uses: dtolnay/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
default: true
|
default: true
|
||||||
ldproxy: false
|
ldproxy: false
|
||||||
|
version: 1.83.0.1
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
1
.github/workflows/hil.yml
vendored
1
.github/workflows/hil.yml
vendored
@ -116,6 +116,7 @@ jobs:
|
|||||||
buildtargets: ${{ matrix.target.soc }}
|
buildtargets: ${{ matrix.target.soc }}
|
||||||
default: true
|
default: true
|
||||||
ldproxy: false
|
ldproxy: false
|
||||||
|
version: 1.83.0.1
|
||||||
|
|
||||||
- name: Build tests
|
- name: Build tests
|
||||||
run: cargo xtask build-tests ${{ matrix.target.soc }}
|
run: cargo xtask build-tests ${{ matrix.target.soc }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user