Skip to content

Commit

Permalink
fixed build action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mironov committed Sep 29, 2023
1 parent 45eac4f commit 6a41320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Install Prerequisites
run: sudo apt-get install -y make binutils-arm-none-eabi gcc-arm-none-eabi gcc-arm-none-eabi-source libnewlib-arm-none-eabi libstdc++-arm-none-eabi-dev libstdc++-arm-none-eabi-newlib libstdc++-arm-none-eabi-picolibc picolibc-arm-none-eabi
- name: make
run: make
run: make -C examples/debug

0 comments on commit 6a41320

Please sign in to comment.