From 9dceced1e93c4edb3421114a77aee7c7b7b2e2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 25 Feb 2022 13:29:31 +0100 Subject: [PATCH] CI: Update package key (to check Qt update) --- .github/workflows/coverage.yml | 2 +- .github/workflows/linux-build-sanitizer.yml | 2 +- .github/workflows/linux-build.yml | 2 +- .github/workflows/msys2-build.yml | 2 +- .github/workflows/windows-build.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0b90db952..6ff96aadd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -62,7 +62,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages - key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2 + key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r3 # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies diff --git a/.github/workflows/linux-build-sanitizer.yml b/.github/workflows/linux-build-sanitizer.yml index 2e68e37c3..bec49e3f3 100644 --- a/.github/workflows/linux-build-sanitizer.yml +++ b/.github/workflows/linux-build-sanitizer.yml @@ -72,7 +72,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages - key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2 + key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r3 # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 18010a521..b108228b6 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -61,7 +61,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages - key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2 + key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r3 # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 80855ab49..64b2a0f78 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -70,7 +70,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages - key: MinGW-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2 + key: MinGW-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r3 # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 96c6e58c6..95c3bb813 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -53,7 +53,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages - key: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2 + key: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r3 # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies