Skip to content

Commit

Permalink
remove hardcoded compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Dec 17, 2024
1 parent 6ad228b commit f5c5d5c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
default: true
ldproxy: false
version: 1.83.0.1

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f5c5d5c

Please sign in to comment.