Skip to content

Commit

Permalink
Update combiner jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 19, 2023
1 parent 64f6354 commit 166db6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
repository: wpilibsuite/build-tools
repository: rzblue/build-tools
ref: update-everything
- uses: actions/download-artifact@v3
with:
path: combiner/products/build/allOutputs
Expand All @@ -208,7 +209,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- name: Combine
if: |
!startsWith(github.ref, 'refs/tags/v') &&
Expand Down

0 comments on commit 166db6b

Please sign in to comment.