Skip to content

Commit

Permalink
wip [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 21, 2024
1 parent f219826 commit c2ba403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/osx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@ jobs:

- if: steps.cache.outputs.cache-hit != 'true'
name: Build Dependencies
shell: zsh
run: |
cd BuildTools/macosx
export GEODA_HOME=$PWD
export GEODA_ARCH=${{ env.GEODA_ARCH }}
./install.sh
- name: Build GeoDa
shell: zsh
run: |
mkdir -p o
cd BuildTools/macosx
Expand Down

0 comments on commit c2ba403

Please sign in to comment.