mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-18 14:02:09 +00:00
another attempt at vcpkg installation issue
This commit is contained in:
23
.github/workflows/benchmarks.yml
vendored
23
.github/workflows/benchmarks.yml
vendored
@@ -70,21 +70,22 @@ jobs:
|
||||
curl http://mattmahoney.net/dc/enwik8.zip --output enwik8.zip
|
||||
unzip enwik8.zip
|
||||
rm enwik8.zip
|
||||
- name: Install Boost
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
git clone https://github.com/boostorg/boost.git boost-root
|
||||
cd boost-root
|
||||
git checkout develop
|
||||
git submodule update --init
|
||||
./bootstrap.sh
|
||||
./b2 -d0 headers
|
||||
# - name: Install Boost
|
||||
# run: |
|
||||
# cd $GITHUB_WORKSPACE
|
||||
# git clone https://github.com/boostorg/boost.git boost-root
|
||||
# cd boost-root
|
||||
# git checkout develop
|
||||
# git submodule update --init
|
||||
# ./bootstrap.sh
|
||||
# ./b2 -d0 headers
|
||||
- name: Install oneTBB
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
cd ~
|
||||
mkdir .vcpkg
|
||||
touch .vcpkg/vcpkg.path.txt
|
||||
cd $GITHUB_WORKSPACE
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
cd vcpkg
|
||||
./bootstrap-vcpkg.sh -disableMetrics
|
||||
./vcpkg integrate install
|
||||
|
||||
Reference in New Issue
Block a user