diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-12-24 09:27:52 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-12-24 09:28:22 (GMT) |
| commit | 9012b85ede15c561ddb1998e39906548773dd988 (patch) | |
| tree | 99ebe3017ef2dcde5f87f27c729968915d4918e7 /.github | |
| parent | 36bbdaff6d2103a27b5aa26af7ee536dbaf3d678 (diff) | |
wasp: Switch recommended toolset to 10-2020-q4
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35acd9c..1d4ac90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,11 +29,9 @@ jobs: id: install-toolchain # installs arm-none-eabi if the CI environment can't find it in the cache if: steps.cache-toolchain.outputs.cache-hit != 'true' - # Currently v1.0.2 is the latest version... but it is from July 2020 - # and is currently broken. Use a newer version instead. - uses: fiam/arm-none-eabi-gcc@162d71c10065d706b8a07a2f27d7628cad82e4e3 + uses: fiam/arm-none-eabi-gcc@v1.0.4 with: - release: 9-2019-q4 + release: 10-2020-q4 directory: ${{ runner.temp }}/arm-none-eabi - name: Install packages |
