mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
second attempt
This commit is contained in:
2
.github/workflows/build-majestic.yml
vendored
2
.github/workflows/build-majestic.yml
vendored
@@ -170,6 +170,7 @@ jobs:
|
|||||||
name: Python (macOS)
|
name: Python (macOS)
|
||||||
runs-on: macOS-11
|
runs-on: macOS-11
|
||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
|
env: EXTRA_INCLUDE_DIRS=/usr/local/include/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -184,7 +185,6 @@ jobs:
|
|||||||
- name: Install bindings
|
- name: Install bindings
|
||||||
working-directory: ./src/runtime/python
|
working-directory: ./src/runtime/python
|
||||||
run: |
|
run: |
|
||||||
EXTRA_INCLUDE_DIRS=/usr/local/include/
|
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user