Skip to content

Commit

Permalink
Merge branch 'main' into Fix_AL_ReopenDevices_Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Dec 5, 2023
2 parents 3b8cc10 + c586a2a commit b91b331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
submodules: 'false'
- name: Clone submodules non-recursively
run: git submodule update --init --depth 0
- name: Setup Java JDK 11
- name: Setup Java JDK 21
uses: actions/[email protected]
with:
java-version: 11
java-version: 21
distribution: "temurin"
- name: Setup Android Environment
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit b91b331

Please sign in to comment.