From 748172cf7265befece715a986d43e7b6d48f066c Mon Sep 17 00:00:00 2001 From: Jean-Roland Date: Mon, 4 Dec 2023 14:35:57 +0100 Subject: [PATCH 1/2] fix: update deprecated header --- src/system/zephyr/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/zephyr/system.c b/src/system/zephyr/system.c index 20e54d146..93f9fd5f0 100644 --- a/src/system/zephyr/system.c +++ b/src/system/zephyr/system.c @@ -17,7 +17,7 @@ #if KERNEL_VERSION_MAJOR == 2 #include #else -#include +#include #endif #include From 0c61a7fbc70935e43c17e22e540c8a0bde85e065 Mon Sep 17 00:00:00 2001 From: Jean-Roland Date: Mon, 4 Dec 2023 14:36:09 +0100 Subject: [PATCH 2/2] fix: remove deprecated command --- .github/workflows/zephyr.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/zephyr.yaml b/.github/workflows/zephyr.yaml index 338a86dce..20c7082fe 100644 --- a/.github/workflows/zephyr.yaml +++ b/.github/workflows/zephyr.yaml @@ -39,8 +39,6 @@ jobs: run: | curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py python3 get-platformio.py - . $HOME/.platformio/penv/bin/activate - platformio update - name: Set up project run: |