Skip to content

Commit

Permalink
Run brew before vcpkg in mac action
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Dec 3, 2023
1 parent bda5eaf commit 6acf111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
id: setup-python
with:
python-version: '3.12'
- name: brew
run: |
brew install libomp cmake autotools autoconf libtool
- name: vcpkg build
uses: johnwason/vcpkg-action@v5
with:
Expand All @@ -53,9 +56,6 @@ jobs:
- name: pip3
run: |
python3 -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool
- name: brew
run: |
brew install libomp cmake autotools autoconf libtool
- name: vcs import
working-directory: ws/src
run: vcs import --input tesseract/.github/workflows/windows_dependencies.repos
Expand Down

0 comments on commit 6acf111

Please sign in to comment.