Skip to content

Commit

Permalink
[fix] ci: fix macos deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Nov 22, 2023
1 parent 2198125 commit 4917640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
brew install openssl
brew unlink unixodbc
brew install libiodbc
brew uninstall webp
brew tap FastTrackOrg/fasttrack
brew install --build-from-source FastTrackOrg/fasttrack/opencv
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
brew install openssl
brew unlink unixodbc
brew install libiodbc
brew uninstall webp
brew tap FastTrackOrg/fasttrack
brew install --build-from-source FastTrackOrg/fasttrack/opencv
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
Expand Down

0 comments on commit 4917640

Please sign in to comment.