Skip to content

Commit

Permalink
Test Workflow GayashanNA#3
Browse files Browse the repository at this point in the history
  • Loading branch information
KabilanMA committed May 5, 2022
1 parent 182df89 commit f871970
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle

# - name: Grant execute permission for gradlew
# run: chmod +x ./gradlew
Expand All @@ -30,5 +28,5 @@ jobs:
run: ./gradlew assemble

# - name: Build with Gradle
# run: ./gradlew buil
# run: ./gradlew build

0 comments on commit f871970

Please sign in to comment.