mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-18 14:02:09 +00:00
added path to pkg-config to PATH
This commit is contained in:
7
.github/workflows/benchmarks.yml
vendored
7
.github/workflows/benchmarks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user