Skip to content

Commit

Permalink
ci: bump up sdk version from v5.0.2 to v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onkwon committed Feb 20, 2024
1 parent 106626c commit d95445d
Show file tree
Hide file tree
Showing 2 changed files with 4 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,10 +8,10 @@ on:
types: [opened, synchronize, reopened]

jobs:
build-on-esp-idf-v5_0_2:
name: Build on ESP-IDF v5.0.2
build-on-esp-idf-v5_2:
name: Build on ESP-IDF v5.2
runs-on: ubuntu-latest
container: espressif/idf:v5.0.2
container: espressif/idf:v5.2
steps:
- name: Clone
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions ports/esp-idf/build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set(build_components_json "[]")
set(build_component_paths_json "[]")
set(common_component_reqs_json "\"\"")
set(build_component_info_json "\"\"")
set(all_component_info_json "\"\"")
configure_file("${IDF_PATH}/tools/cmake/project_description.json.in"
"${CMAKE_CURRENT_BINARY_DIR}/project_description.json")

Expand Down

0 comments on commit d95445d

Please sign in to comment.