We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3846e commit 820212cCopy full SHA for 820212c
.github/workflows/corevalidation.yml
@@ -68,7 +68,16 @@ jobs:
68
uses: ARM-software/cmsis-actions/vcpkg@v1
69
with:
70
config: ./CMSIS/CoreValidation/Project/vcpkg-configuration.json
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
81
- name: Activate Arm tool license
82
uses: ARM-software/cmsis-actions/armlm@v1
83
0 commit comments