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 6a41320 commit 38f21d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ 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 -C examples/debug
working-directory: ./examples/debug
run: make

0 comments on commit 38f21d7

Please sign in to comment.