Skip to content

Commit 105367e

Browse files
committed
ci
1 parent df89e1d commit 105367e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ jobs:
467467

468468
- name: Clone Boost.OpenMethod
469469
uses: actions/checkout@v4
470-
with:
471-
path: openmethod
472470

473471
- name: Clone Boost
474472
uses: alandefreitas/cpp-actions/[email protected]
@@ -492,8 +490,7 @@ jobs:
492490
cd ..
493491
BOOST_SRC_DIR="$(pwd)/boost-source"
494492
export BOOST_SRC_DIR
495-
find .
496-
cd openmethod
493+
cd Boost.OpenMethod
497494
498495
cd doc
499496
bash ./build_antora.sh

0 commit comments

Comments
 (0)