Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptSnus committed Nov 20, 2023
1 parent 1216dad commit 9a81302
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Espressif IoT Development Framework (ESP-IDF)
uses: espressif/esp-idf-ci-action@latest
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v4.4
target: esp32

0 comments on commit 9a81302

Please sign in to comment.