From 5edc36393a3737ddb4fcdc4227a45068a1da3213 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 31 Dec 2023 01:27:37 +0100 Subject: [PATCH] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH --- .github/workflows/windows.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e82f86c..4d44976 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -50,18 +50,6 @@ jobs: - name: Update xmake repository run: xmake repo --update - # Fetch xmake dephash - - name: Retrieve dependencies hash - id: dep_hash - run: echo "hash=$(xmake l utils.ci.packageskey)" >> $GITHUB_OUTPUT - - # Cache xmake dependencies - - name: Retrieve cached xmake dependencies - uses: actions/cache@v3 - with: - path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages - key: Windows-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }} - # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes