Skip to content

Commit

Permalink
Merge pull request #12 from sullis/fix-ci-build-error
Browse files Browse the repository at this point in the history
fix CI build error
  • Loading branch information
arakelian authored Jan 23, 2021
2 parents 87d93e3 + 60108d5 commit 003f7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
java: [ '8' ]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 003f7d7

Please sign in to comment.