diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62345e0..9140b6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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