Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 23, 2024
1 parent 6c5da4b commit 190b139
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
- name: Install required dependencies
run: |
sudo apt install cmake golang-go libuv1 make ninja-build yasm
- name: Set up JDK 11
- name: Set up JDK 18
uses: actions/setup-java@main
with:
java-version: 11
java-version: 18
distribution: temurin
- name: Setup Android SDK
run: |
Expand All @@ -101,6 +101,11 @@ jobs:
rm --recursive "${cmdline_tools_directory}"
echo "ANDROID_SDK_ROOT=${sdk_root}" >> "${GITHUB_ENV}"
- name: Set up JDK 11
uses: actions/setup-java@main
with:
java-version: 11
distribution: temurin
- name: Setup API keys
run: |
echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397' > API_KEYS
Expand Down

0 comments on commit 190b139

Please sign in to comment.