Skip to content

Commit 34257b1

Browse files
committed
Disable cache
1 parent 067059a commit 34257b1

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version-file: package.json
6666
registry-url: https://npm.pkg.github.com
6767
always-auth: true
68-
cache: 'yarn'
68+
package-manager-cache: false
6969

7070
- name: Set version
7171
if: runner.os == 'Linux' && github.repository_owner == 'Open-CMSIS-Pack'
@@ -188,23 +188,14 @@ jobs:
188188
node-version-file: package.json
189189
registry-url: https://npm.pkg.github.com
190190
always-auth: true
191-
cache: 'yarn'
191+
package-manager-cache: false
192192

193193
- name: Download dist
194194
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
195195
with:
196196
name: dist
197197
path: .
198198

199-
- name: Cache tools
200-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.6
201-
with:
202-
path: tools
203-
key: tools-${{ matrix.target }}-${{ github.head_ref || github.ref_name }}
204-
restore-keys: |
205-
tools-${{ matrix.target }}-${{ github.base_ref || 'main' }}
206-
tools-${{ matrix.target }}-
207-
208199
- name: Download tools
209200
run: |
210201
yarn --frozen-lockfile --ignore-scripts --prefer-offline

.github/workflows/tpip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: '20'
4848
registry-url: https://npm.pkg.github.com
4949
always-auth: true
50-
cache: 'yarn'
50+
package-manager-cache: false
5151

5252
- name: Install dependencies
5353
run: yarn --frozen-lockfile --prefer-offline

0 commit comments

Comments
 (0)