Install openjdk in macOS build

This commit is contained in:
John J. Camilleri
2020-11-18 23:08:49 +01:00
parent dbb0bcc5dd
commit 08af135653
3 changed files with 8 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest]
os: [macos-10.15]
ghc: ["8.6.5"]
cabal: ["2.4"]
@@ -27,7 +27,8 @@ jobs:
- name: Install build tools
run: |
brew install \
automake
automake \
openjdk
cabal v1-install alex happy
- name: Build macOS package