File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 4040 sudo apt-get update
4141 sudo apt-get install libtinfo5 llvm-15-tools
4242 sudo ln -s /usr/bin/FileCheck-15 /usr/bin/FileCheck
43-
44- - name : Install IAR Toolchain
45- working-directory : /home/runner
46- run : |
47- curl -sLO https://github.com/iarsystems/arm/releases/download/9.70.1/cxarm-9.70.1-linux-x86_64-base.tar.bz2
48- tar -xjf cxarm-9.70.1-linux-x86_64-base.tar.bz2
49- echo "PATH=$PATH:$(pwd)/cxarm-9.70.1/arm/bin" >> $GITHUB_ENV
50- echo "IAR_TOOLCHAIN_9_70_1=$(pwd)/cxarm-9.70.1/arm/bin" >> $GITHUB_ENV
51-
43+
5244 - name : Activate vcpkg environment
5345 uses : ARM-software/cmsis-actions/vcpkg@v1
5446 with :
Original file line number Diff line number Diff line change 99 "requires" : {
1010 "arm:compilers/arm/armclang" : " 6.23.0" ,
1111 "arm:compilers/arm/arm-none-eabi-gcc" : " 14.2.1" ,
12- "arm:compilers/arm/llvm-embedded" : " 19.1.5"
12+ "arm:compilers/arm/llvm-embedded" : " 19.1.5" ,
13+ "arm:compilers/iar/cxarm" : " 9.70.1"
1314 }
1415}
Original file line number Diff line number Diff line change 1414 "arm:tools/open-cmsis-pack/cmsis-toolbox" : " 2.9.0" ,
1515 "arm:models/arm/avh-fvp" : " 11.27.31" ,
1616 "arm:tools/ninja-build/ninja" : " 1.12.0" ,
17- "arm:compilers/iar/cxarm" : " 9.60.4 "
17+ "arm:compilers/iar/cxarm" : " 9.70.1 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments