We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8484b commit b2c8f5fCopy full SHA for b2c8f5f
pelican/action.yml
@@ -56,7 +56,6 @@ runs:
56
{
57
# Don't pollute site checkout
58
cd ..
59
- cmake --version
60
# disable stdout unless debug is on
61
if [ "${{ inputs.debug }}" == 'true' ]
62
then
pelican/build-cmark.sh
@@ -44,6 +44,7 @@ tar xzf "$LOCAL"
44
pushd "$EXTRACTED_AS"
45
mkdir build
46
pushd build
47
+ cmake --version >&2
48
cmake -DCMARK_TESTS=OFF -DCMARK_STATIC=OFF ..
49
make
50
popd
0 commit comments