Skip to content

Commit

Permalink
esp-idf v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Mar 26, 2024
1 parent b027616 commit 35d80bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ jobs:
fail-fast: false
matrix:
runs-on: [ubuntu-latest]
target: [esp32, esp32s2, esp32s3, esp32c3, esp32h2, esp32p4]
target: [esp32, esp32s2, esp32s3, esp32c3, esp32h2, esp32c61, esp32p4]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.2
esp_idf_version: v5.2.1
target: ${{ matrix.target }}
- name: Copy diagram ${{ matrix.target }}
run: |
cp .github/workflows/wokwi/diagram-${{ matrix.target }}.json diagram.json
- uses: wokwi/wokwi-ci-action@v1
with:
token: ${{ secrets.WOKWI_CI_TOKEN }}
timeout: 50000
timeout: 5000
expect_text: 'Hello, world from Zig!'

0 comments on commit 35d80bd

Please sign in to comment.