From af8eaea1e3d664a06f228f425fcae5cbcb913068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Wed, 18 Dec 2024 13:29:48 +0100 Subject: [PATCH] Pin 1.83.0.1 in CI (#2835) --- .github/workflows/ci.yml | 1 + .github/workflows/documentation.yml | 1 + .github/workflows/hil.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9962dcb07..5e8abad21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 43b701b34..1c333cc13 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,6 +36,7 @@ jobs: with: default: true ldproxy: false + version: 1.83.0.1 - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index ded09fa64..0c9d327e6 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -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 }}