summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-06-06 19:17:46 +0200
committerGitHub <noreply@github.com>2023-06-06 19:17:46 +0200
commit7d5cc33feb35704be4c0ed09b331b5db4b44c843 (patch)
tree2b009d550800de21d65c7a6ea826c1f001d549f9
parentandroid: audio_core: sink_stream: Remove unnecessary check. (diff)
parentandroid: Fix ci builds with Java 17 (diff)
downloadyuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.tar
yuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.tar.gz
yuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.tar.bz2
yuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.tar.lz
yuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.tar.xz
yuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.tar.zst
yuzu-7d5cc33feb35704be4c0ed09b331b5db4b44c843.zip
-rw-r--r--.github/workflows/build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9875de206..916717364 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -129,6 +129,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
+ - name: set up JDK 17
+ uses: actions/setup-java@v3
+ with:
+ java-version: '17'
+ distribution: 'adopt'
- name: Set up cache
uses: actions/cache@v3
with: