Browse Source

CI: Bump Windows CEF cache to fix reported version

While the previous cache had the correct changes, the version was
reported incorrectly. This will avoid confusion.
Matt Gajownik 3 years ago
parent
commit
2f48733f3c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -559,7 +559,7 @@ jobs:
           CACHE_NAME: 'windows-cef-64-cache'
           CACHE_NAME: 'windows-cef-64-cache'
         with:
         with:
           path: ${{ github.workspace }}/cmbuild/cef_binary_${{ env.WINDOWS_CEF_BUILD_VERSION }}_windows_x64
           path: ${{ github.workspace }}/cmbuild/cef_binary_${{ env.WINDOWS_CEF_BUILD_VERSION }}_windows_x64
-          key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.WINDOWS_CEF_BUILD_VERSION }}-2
+          key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.WINDOWS_CEF_BUILD_VERSION }}-3
       - name: 'Install prerequisite: QT'
       - name: 'Install prerequisite: QT'
         if: steps.qt-cache.outputs.cache-hit != 'true'
         if: steps.qt-cache.outputs.cache-hit != 'true'
         run: |
         run: |
@@ -668,7 +668,7 @@ jobs:
           CACHE_NAME: 'cef-32-cache'
           CACHE_NAME: 'cef-32-cache'
         with:
         with:
           path: ${{ github.workspace }}/cmbuild/cef_binary_${{ env.WINDOWS_CEF_BUILD_VERSION }}_windows_x86
           path: ${{ github.workspace }}/cmbuild/cef_binary_${{ env.WINDOWS_CEF_BUILD_VERSION }}_windows_x86
-          key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.WINDOWS_CEF_BUILD_VERSION }}-2
+          key: ${{ runner.os }}-pr-${{ env.CACHE_NAME }}-${{ env.WINDOWS_CEF_BUILD_VERSION }}-3
       - name: 'Install prerequisite: QT'
       - name: 'Install prerequisite: QT'
         if: steps.qt-cache.outputs.cache-hit != 'true'
         if: steps.qt-cache.outputs.cache-hit != 'true'
         run: |
         run: |