mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
use the latest version of arm gcc
This commit is contained in:
parent
dcedf7063d
commit
e739c1ebf9
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: ryanwinter/arm-none-eabi-gcc@v2.0.1
|
||||
- uses: ryanwinter/arm-none-eabi-gcc@v2.0.2
|
||||
with:
|
||||
# GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4")
|
||||
release: '10-2020-q4'
|
||||
release: '10.3-2021.10'
|
||||
|
||||
- name: make-perf_counter_template_gcc
|
||||
run: cd ${{github.workspace}}/CI/perf_counter_template_gcc && make
|
||||
|
Loading…
x
Reference in New Issue
Block a user