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