summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 17:43:15 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 17:43:15 +0100
commit13ec9ca888359c2430c73ee6710b1855dd9d74bb (patch)
treeaf2b4fdc66d4a432ea35d63b5c3643805d98f226 /.github
parent24619bc3ee7efbd9dfd6edccb86bb1d8cfd3fcca (diff)
Explicitly specify env vars when building GF (test)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-macos-package.yml18
1 files changed, 4 insertions, 14 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml
index 4d288e8f3..0dfda017e 100644
--- a/.github/workflows/build-macos-package.yml
+++ b/.github/workflows/build-macos-package.yml
@@ -22,23 +22,10 @@ jobs:
ghc-version: ${{ matrix.ghc }}
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
run: |
brew install \
- automake \
- autoconf \
- libtool
+ automake
- name: Checkout RGL
run: |
@@ -47,6 +34,9 @@ jobs:
- name: Build macOS package
run: |
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
run: |