summaryrefslogtreecommitdiff
path: root/.github/workflows/ci_cortex_m7.yml
diff options
context:
space:
mode:
authorScott Larson <[email protected]>2020-12-09 10:57:26 -0800
committerScott Larson <[email protected]>2020-12-09 10:57:26 -0800
commit69287b8bb4bad981c7200c6ba7381ede961a3511 (patch)
treea8e811123b6c5f5a71f4ac21d55c095f6dcb7714 /.github/workflows/ci_cortex_m7.yml
parent1777796996808b608765f6aff9e61d8987cd6e77 (diff)
update workflows
Diffstat (limited to '.github/workflows/ci_cortex_m7.yml')
-rw-r--r--.github/workflows/ci_cortex_m7.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_cortex_m7.yml b/.github/workflows/ci_cortex_m7.yml
index afbb076a..7492b697 100644
--- a/.github/workflows/ci_cortex_m7.yml
+++ b/.github/workflows/ci_cortex_m7.yml
@@ -43,12 +43,12 @@ jobs:
directory: $HOME/arm-none-eabi-gcc-9-2019-q4
# Get CMake into the environment
- - name: Install cmake 3.17.1
- uses: lukka/[email protected]
+ - name: Install cmake 3.19.1
+ uses: lukka/[email protected]
# Get Ninja into the environment
- name: Install ninja-build
- uses: seanmiddleditch/gha-setup-ninja@v1
+ uses: seanmiddleditch/gha-setup-ninja@v3
# Prepare the build system
- name: Prepare build system