Fixed unintentional change to CMake configure step in GHA config.

This commit is contained in:
Andrey Semashev 2022-09-21 20:00:03 +03:00
parent 860eed6baf
commit a7f76af262

View File

@ -607,7 +607,7 @@ jobs:
python tools/boostdep/depinst/depinst.py --git_args "--jobs $GIT_FETCH_JOBS" $LIBRARY
- name: Configure
run:
run: |
cd ../boost-root
mkdir __build__ && cd __build__
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DCMAKE_INSTALL_PREFIX=~/.local ..