mirror of
https://github.com/azure-rtos/threadx
synced 2025-01-30 08:02:57 +08:00
Still working on path issues
This commit is contained in:
parent
1bc7f6aa50
commit
1710230620
4
.github/workflows/ci_cortex_m4.yml
vendored
4
.github/workflows/ci_cortex_m4.yml
vendored
@ -59,8 +59,12 @@ jobs:
|
||||
# Prepare the build system
|
||||
- name: Prepare build system
|
||||
run: cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=./cmake/cortex_m4.cmake -GNinja .
|
||||
env:
|
||||
PATH: "$HOME/arm-none-eabi-gcc-9-2019-q4/bin:$PATH"
|
||||
|
||||
- name: Compile and link
|
||||
run: cmake --build ./build
|
||||
env:
|
||||
PATH: "$HOME/arm-none-eabi-gcc-9-2019-q4/bin:$PATH"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user