Skip to content

Commit

Permalink
install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Mar 9, 2024
1 parent da7ad26 commit 4a633bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: Run wpiformat
run: wpiformat
- name: Run Spotless
run: ./gradlew spotlessApply
run: |
./gradlew installRoboRioToolchain
./gradlew spotlessApply
- name: Commit
run: |
# Set credentials
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew installRoboRioToolchain
- run: ./gradlew spotlessCheck

0 comments on commit 4a633bc

Please sign in to comment.