Skip to content

Commit

Permalink
Fix macOS CI (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus authored Nov 10, 2023
1 parent f06d2ca commit 996646f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
- name: Set up Asciidoctor
if: matrix.asciidoctor != ''
run: echo "ASCIIDOCTOR_VERSION=${{ matrix.asciidoctor }}" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 996646f

Please sign in to comment.