Skip to content

Commit

Permalink
Fix github build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 16, 2024
1 parent 337db46 commit 25a938d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
filter: 'blob:none'
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
Expand Down

0 comments on commit 25a938d

Please sign in to comment.