From 44a13eabaf30cfa1ca579b33dc89cab7678cfc66 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 14 Jan 2023 17:14:03 +0100 Subject: [PATCH] added path to pkg-config to PATH --- .github/workflows/benchmarks.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index f96eb648..f86838be 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -82,12 +82,15 @@ jobs: - name: Install oneTBB run: | if [ -n "${{matrix.xcode_version}}" ]; then + export PATH=/opt/homebrew/bin:$PATH cd ~ + mkdir -p .vcpkg + touch .vcpkg/vcpkg.path.txt else cd $GITHUB_WORKSPACE + mkdir -p .vcpkg + touch .vcpkg/vcpkg.path.txt fi - mkdir -p .vcpkg - touch .vcpkg/vcpkg.path.txt cd $GITHUB_WORKSPACE git clone https://github.com/Microsoft/vcpkg.git cd vcpkg