update workflows

This commit is contained in:
Scott Larson
2020-12-09 10:57:26 -08:00
parent 1777796996
commit 69287b8bb4
3 changed files with 9 additions and 9 deletions

View File

@@ -43,12 +43,12 @@ jobs:
directory: $HOME/arm-none-eabi-gcc-9-2019-q4 directory: $HOME/arm-none-eabi-gcc-9-2019-q4
# Get CMake into the environment # Get CMake into the environment
- name: Install cmake 3.17.1 - name: Install cmake 3.19.1
uses: lukka/get-cmake@v3.17.1 uses: lukka/get-cmake@v3.19.1
# Get Ninja into the environment # Get Ninja into the environment
- name: Install ninja-build - name: Install ninja-build
uses: seanmiddleditch/gha-setup-ninja@v1 uses: seanmiddleditch/gha-setup-ninja@v3
# Prepare the build system # Prepare the build system
- name: Prepare build system - name: Prepare build system

View File

@@ -43,12 +43,12 @@ jobs:
directory: $HOME/arm-none-eabi-gcc-9-2019-q4 directory: $HOME/arm-none-eabi-gcc-9-2019-q4
# Get CMake into the environment # Get CMake into the environment
- name: Install cmake 3.17.1 - name: Install cmake 3.19.1
uses: lukka/get-cmake@v3.17.1 uses: lukka/get-cmake@v3.19.1
# Get Ninja into the environment # Get Ninja into the environment
- name: Install ninja-build - name: Install ninja-build
uses: seanmiddleditch/gha-setup-ninja@v1 uses: seanmiddleditch/gha-setup-ninja@v3
# Prepare the build system # Prepare the build system
- name: Prepare build system - name: Prepare build system

View File

@@ -43,12 +43,12 @@ jobs:
directory: $HOME/arm-none-eabi-gcc-9-2019-q4 directory: $HOME/arm-none-eabi-gcc-9-2019-q4
# Get CMake into the environment # Get CMake into the environment
- name: Install cmake 3.17.1 - name: Install cmake 3.19.1
uses: lukka/get-cmake@v3.17.1 uses: lukka/get-cmake@v3.19.1
# Get Ninja into the environment # Get Ninja into the environment
- name: Install ninja-build - name: Install ninja-build
uses: seanmiddleditch/gha-setup-ninja@v1 uses: seanmiddleditch/gha-setup-ninja@v3
# Prepare the build system # Prepare the build system
- name: Prepare build system - name: Prepare build system