Skip to content

Commit cc62500

Browse files
committed
wip
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 8e85df9 commit cc62500

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version-file: package.json
4444
registry-url: https://npm.pkg.github.com
4545
always-auth: true
46-
cache: 'yarn'
46+
# cache: 'yarn'
4747

4848
- name: Set version
4949
if: github.repository_owner == 'Open-CMSIS-Pack'
@@ -147,7 +147,7 @@ jobs:
147147
node-version-file: package.json
148148
registry-url: https://npm.pkg.github.com
149149
always-auth: true
150-
cache: 'yarn'
150+
# cache: 'yarn'
151151

152152
- name: Download dist
153153
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -168,6 +168,7 @@ jobs:
168168
- name: Download tools
169169
run: |
170170
yarn --frozen-lockfile --ignore-scripts --prefer-offline
171+
ls -la ./tools/gdb
171172
yarn download-tools --target ${{ matrix.target }} --no-cache
172173
ls -la ./tools/gdb
173174

0 commit comments

Comments
 (0)