Skip to content

Commit

Permalink
fixed homebrew link
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Oct 5, 2022
1 parent 899c855 commit 012e0f2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Pre Install
run: |
echo "creating link for homebrew"
ln -s /usr/local/ /opt/homebrew
ls /opt/homebrew/
# install prerequisites
- name: Preqrequisites
Expand All @@ -50,10 +56,6 @@ jobs:
export CPPFLAGS="-I/usr/local/opt/opencv@3/include"
export PKG_CONFIG_PATH="/usr/local/opt/opencv@3/lib/pkgconfig"
echo "creating link for homebrew"
ln -s /usr/local/ /opt/homebrew/
ls /opt/homebrew/
bash build-macos.sh --ci
ls -la dist
Expand Down

0 comments on commit 012e0f2

Please sign in to comment.