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 38f21d7 commit 7f76c1b
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,5 +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
working-directory: ./examples/debug
working-directory: examples/debug
run: make

0 comments on commit 7f76c1b

Please sign in to comment.