summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPProvost <[email protected]>2020-05-14 12:54:26 -0600
committerPProvost <[email protected]>2020-05-14 12:54:26 -0600
commit6d776b3572d01f2dd725b6eede42015b2db1cc61 (patch)
tree67f11595ac64d63cbb0eb99b1c98d9b072240730 /.github
parent332d5f88b90c02da130f9d4a560cb696aa2a8f6e (diff)
Tweaking GH actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_cortex_m4.yml1
1 files changed, 1 insertions, 0 deletions
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