Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Oct 30, 2023
1 parent 3a11928 commit a8341b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: setup
cache-read-only: false

- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build
cache-read-only: false

0 comments on commit a8341b3

Please sign in to comment.