Skip to content

Commit

Permalink
Update CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jul 18, 2023
1 parent 6079d28 commit 1d426e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ jobs:
run: env | sort

- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: true

- name: Setup Java ${{ matrix.java_version }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{matrix.java_version}}
architecture: x64
distribution: 'temurin'

- name: Compile
run: ./gradlew assemble
Expand Down

0 comments on commit 1d426e1

Please sign in to comment.