another attempt at vcpkg installation issue

This commit is contained in:
joaquintides
2023-01-14 12:22:13 +01:00
parent 498c357785
commit d1bb30a45e

View File

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