Skip to content

Commit

Permalink
Install flip-link
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 28, 2023
1 parent bb84407 commit b42358c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
runs-on: ubuntu-latest
needs: job-build-threadx-staticlib
steps:
- name: Install tools
- name: Install Arm C compiler
run: |
sudo apt-get update -y && sudo apt-get -y install gcc-arm-none-eabi
- name: Install tools
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b42358c

Please sign in to comment.