Skip to content

Commit

Permalink
wip: java distrbution updated
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Dec 12, 2024
1 parent 195d8c0 commit 6472ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
java-version: '17.0.13'
distribution: 'temurin'
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
# distribution: 'temurin'
# cache: gradle
java-version: '17.0.13'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Clean all modules
Expand Down

0 comments on commit 6472ae0

Please sign in to comment.