diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 17:52:41 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 17:52:41 +0100 |
| commit | 6e2f34f4d0abee3b6526f47938a4705d1a0af270 (patch) | |
| tree | 0106f1e5e32af1fbf138d6406091a82e061092e4 /.github/workflows | |
| parent | 13ec9ca888359c2430c73ee6710b1855dd9d74bb (diff) | |
Try to set PREFIX env var
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 0dfda017e..0031c8a6c 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -35,8 +35,7 @@ jobs: 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 + PREFIX: /Users/runner/work/gf-core/gf-core/dist/gf-3.10.4-git/ - name: Copy packages run: | |
