From a7f76af262f3af0699781d33ea5e19b2275545db Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 21 Sep 2022 20:00:03 +0300 Subject: [PATCH] Fixed unintentional change to CMake configure step in GHA config. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3b58cf..6169ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ..