Skip to content

Commit

Permalink
Use setup-gradle action in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lberrymage committed Jan 31, 2024
1 parent 9481dbc commit fe26f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
- uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build

0 comments on commit fe26f14

Please sign in to comment.