From f5c5d5c2b0009fe3f6c8a49ca99629176d558579 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Tue, 17 Dec 2024 11:38:09 +0000 Subject: [PATCH] remove hardcoded compiler version --- .github/workflows/ci.yml | 1 - .github/workflows/documentation.yml | 1 - .github/workflows/hil.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e8abad215e..9962dcb0740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,6 @@ 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 1c333cc13cb..43b701b345d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,6 @@ 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 0c9d327e69b..ded09fa648e 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -116,7 +116,6 @@ 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 }}