From ee2551831d8af37e3caff5941148038d87be197b Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Wed, 15 Oct 2025 16:13:15 +0200 Subject: [PATCH 1/2] Disable cache --- .github/workflows/ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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 From 34257b1fc89f7077eaa1b76e6797f8523aa2701d Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Wed, 15 Oct 2025 16:13:15 +0200 Subject: [PATCH 2/2] Disable cache --- .github/workflows/ci.yml | 13 ++----------- .github/workflows/tpip.yml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) 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