Skip to content

Commit 820212c

Browse files
committed
*DO NOT MERGE*
Inspect IAR Toolchain
1 parent 2f3846e commit 820212c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/corevalidation.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,16 @@ jobs:
6868
uses: ARM-software/cmsis-actions/vcpkg@v1
6969
with:
7070
config: ./CMSIS/CoreValidation/Project/vcpkg-configuration.json
71-
71+
72+
- name: Inspect IAR toolchain
73+
run: |
74+
export | grep "_TOOLCHAIN_"
75+
ls -lah "$IAR_TOOLCHAIN_9_60_4"
76+
file $IAR_TOOLCHAIN_9_60_4/iccarm
77+
file $IAR_TOOLCHAIN_9_60_4/ilinkarm
78+
file $IAR_TOOLCHAIN_9_60_4/iarchive
79+
exit 1
80+
7281
- name: Activate Arm tool license
7382
uses: ARM-software/cmsis-actions/armlm@v1
7483
with:

0 commit comments

Comments
 (0)