diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1b826274..f8a81104 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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