forked from GitHub/gf-core
try building the compiler
This commit is contained in:
6
.github/workflows/build-majestic.yml
vendored
6
.github/workflows/build-majestic.yml
vendored
@@ -55,13 +55,13 @@ jobs:
|
|||||||
- name: build and test the runtime
|
- name: build and test the runtime
|
||||||
working-directory: ./src/runtime/haskell
|
working-directory: ./src/runtime/haskell
|
||||||
run: |
|
run: |
|
||||||
cabal install --extra-lib-dirs=/usr/local/lib
|
cabal v1-install --extra-lib-dirs=/usr/local/lib
|
||||||
cabal test --extra-lib-dirs=/usr/local/lib
|
cabal v1-test --extra-lib-dirs=/usr/local/lib
|
||||||
|
|
||||||
- name: build the compiler
|
- name: build the compiler
|
||||||
working-directory: ./src/compiler
|
working-directory: ./src/compiler
|
||||||
run: |
|
run: |
|
||||||
cabal install
|
cabal v1-install
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
|
|||||||
Reference in New Issue
Block a user