Skip to content

Commit

Permalink
Oops, add stm32 to PATH for gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Sep 29, 2023
1 parent dcc70da commit d5d7a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-sm1000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
run: |
mkdir build_stm32
cd build_stm32
export PATH=${{github.workspace}}/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH
export PATH=${{github.workspace}}/stm32/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH
cmake -DUSE_QEMU_FOR_UNITTEST=1 -DCMAKE_TOOLCHAIN_FILE=../cmake/STM32_Toolchain.cmake -DPERIPHLIBDIR=${{github.workspace}}/stm32/STM32F4xx_DSP_StdPeriph_Lib ..
make
- name: Run SM1000 ctests
working-directory: ${{github.workspace}}/stm32/build_stm32
shell: bash
run: |
export PATH=${{github.workspace}}/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH
export PATH=${{github.workspace}}/stm32/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH
make VERBOSE=1 test

0 comments on commit d5d7a53

Please sign in to comment.