diff options
| author | Scott Larson <[email protected]> | 2020-12-07 14:56:14 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-07 14:56:14 -0800 |
| commit | 1777796996808b608765f6aff9e61d8987cd6e77 (patch) | |
| tree | 2c0fc63e33c5d13634229ff660580db66c6c2ff8 /.github/workflows | |
| parent | 64b4d510bade7b44df7295f9acbd9100f499ff58 (diff) | |
Update ci_cortex_m0.yml
Diffstat (limited to '.github/workflows')
| -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 |
