diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -40,7 +40,7 @@ jobs: uses: actions/cache@v3 with: path: /usr/local/share/vcpkg/installed - key: ${{ steps.key.outputs.image }}-vcpkg-release-0 # Increase the number whenever dependencies are modified + key: ${{ steps.key.outputs.image }}-vcpkg-release-1 # Increase the number whenever dependencies are modified restore-keys: | ${{ steps.key.outputs.image }}-vcpkg-release ${{ steps.key.outputs.image }}-vcpkg-x64 @@ -56,6 +56,8 @@ jobs: libpng:arm64-osx \ lzo:x64-osx \ lzo:arm64-osx \ + nlohmann-json:x64-osx \ + nlohmann-json:arm64-osx \ zlib:x64-osx \ zlib:arm64-osx \ # EOF