Skip to content

Commit

Permalink
ci(common): updated github actions(checkout, upload, download) v3 to …
Browse files Browse the repository at this point in the history
…4, Ubuntu 20.04 to v22.04
  • Loading branch information
suren-gabrielyan-espressif committed Feb 19, 2024
1 parent 3090442 commit 2920af3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/esp_modem/examples/linux_modem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)

set(EXTRA_COMPONENT_DIRS ../../port/linux)
# "$ENV{IDF_PATH}/tools/mocks/freertos/")
set(EXTRA_COMPONENT_DIRS ../../port/linux
"$ENV{IDF_PATH}/tools/mocks/freertos/")

set(COMPONENTS main)
project(linux_modem)
Expand Down
4 changes: 2 additions & 2 deletions components/esp_modem/test/host_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)

set(EXTRA_COMPONENT_DIRS # Add esp_modem component and linux port components
../..
../../port/linux)
# "$ENV{IDF_PATH}/tools/mocks/freertos/")
../../port/linux
"$ENV{IDF_PATH}/tools/mocks/freertos/")

set(COMPONENTS esp_modem main)
project(host_modem_test)
Expand Down

0 comments on commit 2920af3

Please sign in to comment.