From 6d776b3572d01f2dd725b6eede42015b2db1cc61 Mon Sep 17 00:00:00 2001 From: PProvost Date: Thu, 14 May 2020 12:54:26 -0600 Subject: [PATCH] Tweaking GH actions --- .github/workflows/ci_cortex_m4.yml | 1 + 1 file changed, 1 insertion(+) 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