forked from GitHub/gf-core
Install alex and happy
This commit is contained in:
12
.github/workflows/build-macos-package.yml
vendored
12
.github/workflows/build-macos-package.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/setup-haskell@v1
|
- name: Setup Haskell
|
||||||
|
uses: actions/setup-haskell@v1
|
||||||
id: setup-haskell-cabal
|
id: setup-haskell-cabal
|
||||||
name: Setup Haskell
|
|
||||||
with:
|
with:
|
||||||
ghc-version: ${{ matrix.ghc }}
|
ghc-version: ${{ matrix.ghc }}
|
||||||
cabal-version: ${{ matrix.cabal }}
|
cabal-version: ${{ matrix.cabal }}
|
||||||
@@ -32,10 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install \
|
||||||
automake
|
automake
|
||||||
|
cabal v1-install alex happy
|
||||||
- name: Checkout RGL
|
|
||||||
run: |
|
|
||||||
git clone --depth 1 https://github.com/GrammaticalFramework/gf-rgl.git ../gf-rgl
|
|
||||||
|
|
||||||
- name: Build macOS package
|
- name: Build macOS package
|
||||||
run: |
|
run: |
|
||||||
@@ -46,6 +43,7 @@ jobs:
|
|||||||
mkdir macos/dist
|
mkdir macos/dist
|
||||||
cp ../gf_*.pkg macos/dist/
|
cp ../gf_*.pkg macos/dist/
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: macos/dist
|
path: macos/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user