From 1777796996808b608765f6aff9e61d8987cd6e77 Mon Sep 17 00:00:00 2001 From: Scott Larson Date: Mon, 7 Dec 2020 14:56:14 -0800 Subject: [PATCH] Update ci_cortex_m0.yml --- .github/workflows/ci_cortex_m0.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cortex_m0.yml b/.github/workflows/ci_cortex_m0.yml index 1789b6df..b098514e 100644 --- a/.github/workflows/ci_cortex_m0.yml +++ b/.github/workflows/ci_cortex_m0.yml @@ -43,8 +43,8 @@ jobs: directory: $HOME/arm-none-eabi-gcc-9-2019-q4 # Get CMake into the environment - - name: Install cmake 3.17.1 - uses: lukka/get-cmake@v3.17.1 + - name: Install cmake 3.19.1 + uses: lukka/get-cmake@v3.19.1 # Get Ninja into the environment - name: Install ninja-build