We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a40f7 commit e271a0aCopy full SHA for e271a0a
1 file changed
.github/workflows/ci.yml
@@ -188,8 +188,7 @@ jobs:
188
189
- name: Check Catch2 build time stamp (post-build)
190
run: |
191
- echo "catch2_timestamp=" >> $GITHUB_OUTPUT
192
- stat -c %Y build/.iris_catch2_build_stamp >> $GITHUB_OUTPUT
+ echo "catch2_timestamp=$(stat -c %Y build/.iris_catch2_build_stamp)" >> $GITHUB_OUTPUT
193
194
- name: Build Tests
195
0 commit comments