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 - 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:

View File

@ -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

View File

@ -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 }}