diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f4d3f4a30..c73780fec8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,8 +93,8 @@ jobs: uses: actions/cache@v4 with: path: /tmp/xemu-ccache - key: cache-wincross-${{ runner.os }}-${{ matrix.configuration }}-${{ github.sha }} - restore-keys: cache-wincross-${{ runner.os }}-${{ matrix.configuration }}- + key: cache-wincross-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ github.sha }} + restore-keys: cache-wincross-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}- - name: Pull Docker image run: docker pull $DOCKER_IMAGE_NAME - name: Compile