Skip to content

Commit

Permalink
Fix check build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jan 23, 2021
1 parent 6c27bc8 commit 0cfe596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
Expand Down

0 comments on commit 0cfe596

Please sign in to comment.