Skip to content

Commit

Permalink
Upgrade Arm toolchain to 9-2020-q2
Browse files Browse the repository at this point in the history
Because MCUBoot doesn't boot
  • Loading branch information
lupyuen committed Sep 9, 2020
1 parent 0737b46 commit 41dbffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: fiam/arm-none-eabi-gcc@v1.0.2
with:
# GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4")
release: 8-2019-q3
release: 9-2020-q2
# Directory to unpack GCC to. Defaults to a temporary directory.
directory: ${{ runner.temp }}/arm-none-eabi

Expand Down Expand Up @@ -206,4 +206,4 @@ jobs:
find bin/targets/nrf52_my_sensor/app/apps/my_sensor_app -name "my_sensor_app.*" -ls
# Embedded Arm Toolchain will only be cached if the build succeeds.
# So make sure that the first build always succeeds, e.g. comment out the "Build" step.
# So make sure that the first build always succeeds, e.g. comment out the "Build" step.

0 comments on commit 41dbffb

Please sign in to comment.