Skip to content

Commit

Permalink
Try to fix CI by downgrading the ESP-Rs toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 23, 2023
1 parent 3111229 commit 8ce7eed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:

- name: Install Rust for Xtensa
if: matrix.target != 'riscv32imc-esp-espidf'
uses: esp-rs/xtensa-toolchain@v1.5
uses: esp-rs/xtensa-toolchain@v1.5.1
with:
default: true
version: "1.69.0"
buildtargets: ${{ matrix.target }}

- name: Build | Fmt Check
run: cargo fmt -- --check
Expand Down

0 comments on commit 8ce7eed

Please sign in to comment.