From 2920af366b78f45910a79051b934842694908ada Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Mon, 29 Jan 2024 19:34:42 +0400 Subject: [PATCH] ci(common): updated github actions(checkout, upload, download) v3 to 4, Ubuntu 20.04 to v22.04 --- components/esp_modem/examples/linux_modem/CMakeLists.txt | 4 ++-- components/esp_modem/test/host_test/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/esp_modem/examples/linux_modem/CMakeLists.txt b/components/esp_modem/examples/linux_modem/CMakeLists.txt index 5ed18159234..ff146c1ab7a 100644 --- a/components/esp_modem/examples/linux_modem/CMakeLists.txt +++ b/components/esp_modem/examples/linux_modem/CMakeLists.txt @@ -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) diff --git a/components/esp_modem/test/host_test/CMakeLists.txt b/components/esp_modem/test/host_test/CMakeLists.txt index 53ffd813af7..adebbfab8a5 100644 --- a/components/esp_modem/test/host_test/CMakeLists.txt +++ b/components/esp_modem/test/host_test/CMakeLists.txt @@ -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)