From 452f077da256c8002776dbf74807704ddc6a738e Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Mon, 2 Mar 2026 10:41:06 +0100 Subject: [PATCH] fix: pipeline files --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61770c88..deb27944 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -173,15 +173,15 @@ jobs: - name: Checkout uses: actions/checkout@v6 - - uses: actions/cache@v5 - id: cache - with: - path: path/to/dependencies - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} +# - uses: actions/cache@v5 +# id: cache +# with: +# path: path/to/dependencies +# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' - run: /install.sh +# - name: Install Dependencies +# if: steps.cache.outputs.cache-hit != 'true' +# run: /install.sh - name: Build uses: ./.github/actions/build