We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcce79 commit 94a40f7Copy full SHA for 94a40f7
1 file changed
.github/workflows/ci.yml
@@ -178,7 +178,7 @@ jobs:
178
if [ -e build/.iris_catch2_build_stamp ]; then
179
echo "catch2_timestamp=$(stat -c %Y build/.iris_catch2_build_stamp)" >> $GITHUB_OUTPUT
180
else
181
- echo "catch2_timestamp=0 >> $GITHUB_OUTPUT
+ echo "catch2_timestamp=0" >> $GITHUB_OUTPUT
182
fi
183
184
- name: Try building Catch2
0 commit comments