diff --git a/.github/workflows/ci_cortex_m4.yml b/.github/workflows/ci_cortex_m4.yml index 8b72b418..008e26b7 100644 --- a/.github/workflows/ci_cortex_m4.yml +++ b/.github/workflows/ci_cortex_m4.yml @@ -34,6 +34,7 @@ jobs: uses: fiam/arm-none-eabi-gcc@v1 with: release: '9-2019-q4' # The arm-none-eabi-gcc release to use. + directory: $HOME/arm-none-eabi-gcc-9-2019-q4 # Get CMake into the environment - name: Install cmake 3.17.1