force ci to use offical arm gcc which is xpack 9.3.1-1.1.1

This commit is contained in:
hathach
2020-09-04 18:20:40 +07:00
parent 5f39316cd9
commit ef3341d43f
+3 -1
View File
@@ -25,7 +25,9 @@ jobs:
run: |
pip3 install adafruit-nrfutil uritemplate requests intelhex
npm install --global xpm
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
# 9.3.1-1.2.1 is xpack modified version which significantly increased compiled size to 6-7KB and cause flash overflow.
# Skip this version for now, we will try again with next official release from ARM
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@9.3.1-1.1.1
echo "::add-path::`echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin`"
- name: Build