diff options
| -rw-r--r-- | .github/workflows/ci_cortex_m0.yml | 4 |
1 files 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/[email protected] + - name: Install cmake 3.19.1 + uses: lukka/[email protected] # Get Ninja into the environment - name: Install ninja-build |
