Skip to content

Commit

Permalink
CI: Bump cache
Browse files Browse the repository at this point in the history
This bumps the cache for macos and win deps
  • Loading branch information
pkviet committed Dec 28, 2021
1 parent f242ef1 commit 7cdd8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET_X86_64: '10.13'
MACOSX_DEPLOYMENT_TARGET_ARM64: '11.0'
CACHE_REVISION: '11'
CACHE_REVISION: '12'
NTV2_VERSION: '16.1'
NTV2_HASH: 'abf17cc1e7aadd9f3e4972774a3aba2812c51b75'
LIBPNG_VERSION: '1.6.37'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
arch: ['x86', 'x86_64']
env:
CACHE_REVISION: '01'
CACHE_REVISION: '02'
MBEDTLS_VERSION: '2.24.0'
MBEDTLS_HASH: '523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8'
PTHREAD-WIN32_VERSION: '2.10.0.0'
Expand Down

0 comments on commit 7cdd8c2

Please sign in to comment.