Skip to content

Commit

Permalink
Fix cache in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Aug 11, 2023
1 parent dd1c8c3 commit 8bfb8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
cache: "gradle"

- name: Build with Gradle
run: ./gradlew.bat build
run: ./gradlew build --no-daemon

0 comments on commit 8bfb8e8

Please sign in to comment.