Skip to content

Commit

Permalink
GH Actions: export ARCH_FLAGS
Browse files Browse the repository at this point in the history
which is needed for OSX
  • Loading branch information
breznak committed Sep 24, 2019
1 parent 385966d commit cbe73a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/htmcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
pip install -r bindings/py/packaging/requirements.txt
#TODO move to top level requirements.txt
- name: build htmcore with setup.py
env:
ARCHFLAGS: "-arch x86_64"
#TODO set ARCH_FLAGS (for OSX) in setup.py
run: |
echo $ARCHFLAGS
python setup.py install --user
- name: C++ Tests
run: make tests_all
Expand Down

0 comments on commit cbe73a4

Please sign in to comment.