diff options
| author | PProvost <[email protected]> | 2020-05-14 14:02:43 -0600 |
|---|---|---|
| committer | PProvost <[email protected]> | 2020-05-14 14:02:43 -0600 |
| commit | 1710230620730710cadfcbbbeaf9b70d4ce35e30 (patch) | |
| tree | 99a005a86c9e3bbf821cd152fbf612fba784f11f /.github/workflows | |
| parent | 1bc7f6aa500ddf390ca11a784996e0a92af3891d (diff) | |
Still working on path issues
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_cortex_m4.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
