diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e7f9b1d..90368b60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -188,7 +188,7 @@ 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 @@ -196,15 +196,6 @@ jobs: 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 diff --git a/.github/workflows/tpip.yml b/.github/workflows/tpip.yml index d34e6eb5..f1a0ed93 100644 --- a/.github/workflows/tpip.yml +++ b/.github/workflows/tpip.yml @@ -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