We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e85df9 commit cc62500Copy full SHA for cc62500
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
node-version-file: package.json
44
registry-url: https://npm.pkg.github.com
45
always-auth: true
46
- cache: 'yarn'
+ # cache: 'yarn'
47
48
- name: Set version
49
if: github.repository_owner == 'Open-CMSIS-Pack'
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
152
- name: Download dist
153
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -168,6 +168,7 @@ jobs:
168
- name: Download tools
169
run: |
170
yarn --frozen-lockfile --ignore-scripts --prefer-offline
171
+ ls -la ./tools/gdb
172
yarn download-tools --target ${{ matrix.target }} --no-cache
173
ls -la ./tools/gdb
174
0 commit comments