mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Fixed unintentional change to CMake configure step in GHA config.
This commit is contained in:
parent
860eed6baf
commit
a7f76af262
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user