Skip to content

Commit 94a40f7

Browse files
committed
Fix!
1 parent 1bcce79 commit 94a40f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
if [ -e build/.iris_catch2_build_stamp ]; then
179179
echo "catch2_timestamp=$(stat -c %Y build/.iris_catch2_build_stamp)" >> $GITHUB_OUTPUT
180180
else
181-
echo "catch2_timestamp=0 >> $GITHUB_OUTPUT
181+
echo "catch2_timestamp=0" >> $GITHUB_OUTPUT
182182
fi
183183
184184
- name: Try building Catch2

0 commit comments

Comments
 (0)