From 1710230620730710cadfcbbbeaf9b70d4ce35e30 Mon Sep 17 00:00:00 2001 From: PProvost Date: Thu, 14 May 2020 14:02:43 -0600 Subject: [PATCH] Still working on path issues --- .github/workflows/ci_cortex_m4.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_cortex_m4.yml b/.github/workflows/ci_cortex_m4.yml index e5ae4c1f..8febdae5 100644 --- a/.github/workflows/ci_cortex_m4.yml +++ b/.github/workflows/ci_cortex_m4.yml @@ -59,8 +59,12 @@ jobs: # Prepare the build system - name: Prepare build system run: cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=./cmake/cortex_m4.cmake -GNinja . + env: + PATH: "$HOME/arm-none-eabi-gcc-9-2019-q4/bin:$PATH" - name: Compile and link run: cmake --build ./build + env: + PATH: "$HOME/arm-none-eabi-gcc-9-2019-q4/bin:$PATH"