Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
DeDiamondPro committed Jun 1, 2024
1 parent b0121b2 commit 0fddd0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Chmod Gradle
run: chmod +x ./gradlew

- name: Build
run: ./gradlew build --no-daemon

Expand Down

0 comments on commit 0fddd0d

Please sign in to comment.