Skip to content

Commit

Permalink
Fix setup toolchain in release (#217)
Browse files Browse the repository at this point in the history
Fix setup toolchain in build logic

Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
  • Loading branch information
hfhbd and hfhbd authored May 28, 2023
1 parent a556724 commit 1bde961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: long="${{ github.ref }}"; version=${long#"refs/tags/v"}; echo "version=${version}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
- uses: gradle/gradle-build-action@v2
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 1bde961

Please sign in to comment.