From 6acf1119933baf24d8c6ca03be7de4ff0447005f Mon Sep 17 00:00:00 2001 From: John Wason Date: Sun, 3 Dec 2023 17:44:13 -0500 Subject: [PATCH] Run brew before vcpkg in mac action --- .github/workflows/mac.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index aa3e8644170..ddce6d2a841 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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: @@ -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