Skip to content

Commit e271a0a

Browse files
committed
PLEASE FIX
1 parent 94a40f7 commit e271a0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ jobs:
188188
189189
- name: Check Catch2 build time stamp (post-build)
190190
run: |
191-
echo "catch2_timestamp=" >> $GITHUB_OUTPUT
192-
stat -c %Y build/.iris_catch2_build_stamp >> $GITHUB_OUTPUT
191+
echo "catch2_timestamp=$(stat -c %Y build/.iris_catch2_build_stamp)" >> $GITHUB_OUTPUT
193192
194193
- name: Build Tests
195194
run: |

0 commit comments

Comments
 (0)