mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
update workflows
This commit is contained in:
6
.github/workflows/ci_cortex_m3.yml
vendored
6
.github/workflows/ci_cortex_m3.yml
vendored
@@ -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
|
||||||
|
|||||||
6
.github/workflows/ci_cortex_m4.yml
vendored
6
.github/workflows/ci_cortex_m4.yml
vendored
@@ -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
|
||||||
|
|||||||
6
.github/workflows/ci_cortex_m7.yml
vendored
6
.github/workflows/ci_cortex_m7.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user