From 9c7d11fda98997180ae360251f007b691e95cb7f Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Mon, 7 Oct 2024 03:35:58 -0700 Subject: [PATCH] gradle --- .github/workflows/pipeline.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0d8ed035..16113cc4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -98,6 +98,15 @@ jobs: echo "CC=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=aarch64-linux-android$MINSDKVERSION -fPIC" >> $GITHUB_ENV echo "VULKAN_SDK=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr" >> $GITHUB_ENV shell: bash + + - name: Set up Java + uses: actions/setup-java@v4 + if: matrix.os_name == 'android' + with: + java-version: 17 + distribution: "temurin" + cache: 'gradle' + - name: Download Switch deps if: matrix.os_name == 'switch' uses: blauqs/actions-download-asset@master