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