Fix CI
This commit is contained in:
parent
ed9890db5d
commit
66d7b7c089
2
lgtm.yml
2
lgtm.yml
|
@ -5,7 +5,7 @@ extraction:
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
after_prepare:
|
after_prepare:
|
||||||
- export GCC=gcc-arm-none-eabi-9-2020-q2-update
|
- export GCC=gcc-arm-none-eabi-9-2020-q2-update
|
||||||
- export CH_VER=stable_20.3.x
|
- export CH_VER=master
|
||||||
- cd ${LGTM_WORKSPACE}
|
- cd ${LGTM_WORKSPACE}
|
||||||
- wget -nv https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O compiler.tar.xz
|
- wget -nv https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O compiler.tar.xz
|
||||||
- tar xf compiler.tar.xz -C ${LGTM_WORKSPACE}
|
- tar xf compiler.tar.xz -C ${LGTM_WORKSPACE}
|
||||||
|
|
Loading…
Reference in New Issue