Skip to content

Commit

Permalink
Merge branch 'thejustinwalsh:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan authored Jan 27, 2024
2 parents 18b9493 + 1723b16 commit 53b63e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
- uses: dapetcu21/[email protected]
- run: 'java -jar $BOB build'

0 comments on commit 53b63e5

Please sign in to comment.