Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman authored Oct 22, 2024
1 parent 15579aa commit 69f4470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
distribution: 'temurin'
java-version: '21'

- name: Update CMake
run: sudo apt update && sudo apt install cmake -y

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand All @@ -34,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: PlayIntegrityFix
path: module/*
path: module/*

0 comments on commit 69f4470

Please sign in to comment.