aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMooneer Salem <[email protected]>2023-09-29 02:09:02 -0700
committerMooneer Salem <[email protected]>2023-09-29 02:09:02 -0700
commite914ab93babeaacee5dd1a7c5c90e7abf816b201 (patch)
treefabec691378c31e2f3a45f7bc8840058e81a0d61
parent88dbe362ad9f7dbff59657b198815e65c8710784 (diff)
Fix typo.
-rw-r--r--.github/workflows/cmake-sm1000.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-sm1000.yml b/.github/workflows/cmake-sm1000.yml
index 99cdd29..a1fd535 100644
--- a/.github/workflows/cmake-sm1000.yml
+++ b/.github/workflows/cmake-sm1000.yml
@@ -48,7 +48,7 @@ jobs:
run: |
mkdir build_stm32
cd build_stm32
- cmake -USE_QEMU_FOR_UNITTEST=1 -DCMAKE_TOOLCHAIN_FILE=../cmake/STM32_Toolchain.cmake -DPERIPHLIBDIR=${{github.workspace}}/stm32/STM32F4xx_DSP_StdPeriph_Lib ..
+ 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