mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 04:24:48 +00:00
Add cached folder to path
This commit is contained in:
4
.github/workflows/ci_cortex_m4.yml
vendored
4
.github/workflows/ci_cortex_m4.yml
vendored
@@ -52,6 +52,10 @@ jobs:
|
|||||||
- name: Install ninja-build
|
- name: Install ninja-build
|
||||||
uses: seanmiddleditch/gha-setup-ninja@v1
|
uses: seanmiddleditch/gha-setup-ninja@v1
|
||||||
|
|
||||||
|
- name: Update $PATH if using cache
|
||||||
|
if: steps.cache-arm-gcc.outputs.cache-hit == 'true'
|
||||||
|
run: echo "::addPath::$HOME/arm-none-eabi-gcc-9-2019-q4/bin"
|
||||||
|
|
||||||
# Prepare the build system
|
# Prepare the build system
|
||||||
- name: Prepare build system
|
- name: Prepare build system
|
||||||
run: cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=./cmake/cortex_m4.cmake -GNinja .
|
run: cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=./cmake/cortex_m4.cmake -GNinja .
|
||||||
|
|||||||
Reference in New Issue
Block a user