Skip to content

Commit

Permalink
use java8 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriraam AS committed Jun 7, 2021
1 parent d746dcf commit 57d6e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 57d6e0e

Please sign in to comment.