Skip to content

Commit

Permalink
Switch CI to temurin Java distribution, enable Gradle cache via setup…
Browse files Browse the repository at this point in the history
…-java (#10)
  • Loading branch information
Maxr1998 authored Oct 5, 2021
1 parent ea5af0a commit 2de540f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/extension-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: adopt
distribution: temurin
java-version: 11
- name: Setup Gradle cache
uses: actions/[email protected]
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
cache: gradle
- name: Build ffmpeg
run: ./build.sh
- name: Force specific version of cmake to build extension
Expand Down

0 comments on commit 2de540f

Please sign in to comment.