added path to pkg-config to PATH

This commit is contained in:
joaquintides
2023-01-14 17:14:03 +01:00
parent 256984b386
commit 44a13eabaf

View File

@@ -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