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 7f76c1b commit 83d509f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- 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
Expand Down

0 comments on commit 83d509f

Please sign in to comment.