Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyagara committed Oct 11, 2024
1 parent 710f6cf commit bcb2770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Make gradle wrapper executable
run: chmod +x ./gradlew

- name: Build with chiseledBuildAndCollect
run: ./gradlew chiseledBuildAndCollect

Expand Down

0 comments on commit bcb2770

Please sign in to comment.