mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Explicitly specify env vars when building GF (test)
This commit is contained in:
18
.github/workflows/build-macos-package.yml
vendored
18
.github/workflows/build-macos-package.yml
vendored
@@ -22,23 +22,10 @@ jobs:
|
|||||||
ghc-version: ${{ matrix.ghc }}
|
ghc-version: ${{ matrix.ghc }}
|
||||||
cabal-version: ${{ matrix.cabal }}
|
cabal-version: ${{ matrix.cabal }}
|
||||||
|
|
||||||
# - name: Freeze
|
|
||||||
# run: |
|
|
||||||
# cabal freeze
|
|
||||||
#
|
|
||||||
# - uses: actions/cache@v1
|
|
||||||
# name: Cache ~/.cabal/store
|
|
||||||
# with:
|
|
||||||
# path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
|
|
||||||
# key: ${{ runner.os }}-${{ matrix.ghc }}
|
|
||||||
# # key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
|
|
||||||
|
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install \
|
||||||
automake \
|
automake
|
||||||
autoconf \
|
|
||||||
libtool
|
|
||||||
|
|
||||||
- name: Checkout RGL
|
- name: Checkout RGL
|
||||||
run: |
|
run: |
|
||||||
@@ -47,6 +34,9 @@ jobs:
|
|||||||
- name: Build macOS package
|
- name: Build macOS package
|
||||||
run: |
|
run: |
|
||||||
make pkg
|
make pkg
|
||||||
|
env:
|
||||||
|
DYLD_LIBRARY_PATH: /Users/runner/work/gf-core/gf-core/dist/gf-3.10.4-git/usr/local/lib
|
||||||
|
LD_LIBRARY_PATH: /Users/runner/work/gf-core/gf-core/dist/gf-3.10.4-git/usr/local/lib
|
||||||
|
|
||||||
- name: Copy packages
|
- name: Copy packages
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user