Skip to content

Commit

Permalink
Use latest xtensa-toolchain version for all CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Dec 14, 2022
1 parent a9661e6 commit 54e8eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
chip: [esp32, esp32s2, esp32s3]
steps:
- uses: actions/checkout@v2
- uses: esp-rs/xtensa-toolchain@v1.2
- uses: esp-rs/xtensa-toolchain@v1.4
with:
default: true
ldproxy: false
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
]
steps:
- uses: actions/checkout@v2
- uses: esp-rs/xtensa-toolchain@v1.2
- uses: esp-rs/xtensa-toolchain@v1.4
with:
default: true
ldproxy: false
Expand Down

0 comments on commit 54e8eaf

Please sign in to comment.