Skip to content

Commit b2c8f5f

Browse files
committed
OF: Belongs in script where it is used
1 parent 9b8484b commit b2c8f5f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pelican/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ runs:
5656
{
5757
# Don't pollute site checkout
5858
cd ..
59-
cmake --version
6059
# disable stdout unless debug is on
6160
if [ "${{ inputs.debug }}" == 'true' ]
6261
then

pelican/build-cmark.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ tar xzf "$LOCAL"
4444
pushd "$EXTRACTED_AS"
4545
mkdir build
4646
pushd build
47+
cmake --version >&2
4748
cmake -DCMARK_TESTS=OFF -DCMARK_STATIC=OFF ..
4849
make
4950
popd

0 commit comments

Comments
 (0)