diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-18 23:26:31 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-18 23:26:31 +0100 |
| commit | 293d05fde14b1f2cf887e900e293b48b44dc65a6 (patch) | |
| tree | 4ecc97a9aadeea9df17b29e927a6f41b9472711a /.github/workflows | |
| parent | d39e4a22a8c591938170e7f66c3c1c8ea9073e15 (diff) | |
Install alex, happy in Windows build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 60647f982..2b1f31123 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -23,14 +23,11 @@ jobs: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} - # - name: Install build tools - # run: | - # brew install \ - # automake \ - # openjdk - # cabal v1-install alex happy + - name: Install build tools + run: | + cabal install alex happy - - name: Build GF package + - name: Build GF run: | cabal install --only-dependencies cabal configure |
