Pin 1.83.0.1 in CI (#2835)

This commit is contained in:
Dániel Buga 2024-12-18 13:29:48 +01:00 committed by GitHub
parent 1684ba10f0
commit af8eaea1e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
- uses: esp-rs/xtensa-toolchain@v1.5
with:
ldproxy: false
version: 1.83.0.1
# Install the Rust stable toolchain for RISC-V devices:
- uses: dtolnay/rust-toolchain@v1
with:

View File

@ -36,6 +36,7 @@ jobs:
with:
default: true
ldproxy: false
version: 1.83.0.1
- name: Checkout repository
uses: actions/checkout@v4

View File

@ -116,6 +116,7 @@ jobs:
buildtargets: ${{ matrix.target.soc }}
default: true
ldproxy: false
version: 1.83.0.1
- name: Build tests
run: cargo xtask build-tests ${{ matrix.target.soc }}