Skip to content

Commit

Permalink
Support for JVM package caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Aug 29, 2022
1 parent 5cc823b commit 5646fd5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/include-check-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
outputs:
version-label:
value: ${{ jobs.check-cache.outputs.version-label }}
packages-jvm-cache-hit:
value: ${{ jobs.check-cache.outputs.packages-jvm-cache-hit }}
packages-android-cache-hit:
value: ${{ jobs.check-cache.outputs.packages-android-cache-hit }}
packages-macos-x64-cache-hit:
Expand Down Expand Up @@ -50,6 +52,7 @@ jobs:
CACHE_SKIP_SAVE: true
outputs:
version-label: ${{ steps.find-library-version.outputs.label }}
packages-jvm-cache-hit: ${{ steps.jvm-cache.outputs.cache-hit }}
packages-android-cache-hit: ${{ steps.android-cache.outputs.cache-hit }}
packages-macos-x64-cache-hit: ${{ steps.macos-x64-cache.outputs.cache-hit }}
packages-macos-arm64-cache-hit: ${{ steps.macos-arm64-cache.outputs.cache-hit }}
Expand Down Expand Up @@ -309,10 +312,6 @@ jobs:
jni-windows-lib-cache-hit: ${{ steps.jni-windows-lib-cache.outputs.cache-hit }}

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: "recursive"

#
# JNI Windows Lib
Expand Down

0 comments on commit 5646fd5

Please sign in to comment.