Gabriel Wang dcedf7063d Revert "use the latest version of arm-gcc: 10.3-2021.10"
This reverts commit bdeb9b2cee7e12fb982b6be8b037f42a0ef2a601.
2022-01-03 10:54:00 +00:00

27 lines
634 B
YAML

name: CI
on:
push:
branches: [ main, developing, CMSIS-Pack ]
pull_request:
branches: [ main, developing, CMSIS-Pack ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ryanwinter/arm-none-eabi-gcc@v2.0.1
with:
# GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4")
release: '10-2020-q4'
- name: make-perf_counter_template_gcc
run: cd ${{github.workspace}}/CI/perf_counter_template_gcc && make