Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
misc: grant gradlew execute permission
Browse files Browse the repository at this point in the history
Signed-off-by: qwq233 <[email protected]>
  • Loading branch information
qwq233 authored and liuran001 committed Jun 9, 2022
1 parent 6de703a commit 3a0b2d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
with:
submodules: 'recursive'
fetch-depth: 0
- name: set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
id: build
run: |
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
Empty file modified gradlew.bat
100644 → 100755
Empty file.

0 comments on commit 3a0b2d6

Please sign in to comment.