File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments