Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer authored Jan 3, 2022
1 parent 64992d6 commit 6875a80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: ryanwinter/arm-none-eabi-gcc@v2.0.1
- name: arm-none-eabi-gcc
uses: ryanwinter/arm-none-eabi-gcc@master
with:
# GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4")
release: '9-2019-q4'
release: '10-2021.10'

- name: make-PLOOC_template_gcc
run: cd ${{github.workspace}}/CI/PLOOC_template_gcc && make

0 comments on commit 6875a80

Please sign in to comment.