Skip to content

Commit

Permalink
Merge branch 'microg:master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Aug 18, 2023
2 parents 1cd95cd + 9f647d2 commit 09aca27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew --no-daemon build
env:
TERM: dumb
Expand Down

0 comments on commit 09aca27

Please sign in to comment.