Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
node-version-file: package.json
registry-url: https://npm.pkg.github.com
always-auth: true
cache: 'yarn'
package-manager-cache: false

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

- name: Download dist
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: dist
path: .

- name: Cache tools
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.6
with:
path: tools
key: tools-${{ matrix.target }}-${{ github.head_ref || github.ref_name }}
restore-keys: |
tools-${{ matrix.target }}-${{ github.base_ref || 'main' }}
tools-${{ matrix.target }}-

- name: Download tools
run: |
yarn --frozen-lockfile --ignore-scripts --prefer-offline
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tpip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
node-version: '20'
registry-url: https://npm.pkg.github.com
always-auth: true
cache: 'yarn'
package-manager-cache: false

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
Expand Down
Loading