Skip to content

Commit

Permalink
Copy correct timestamp code from antimony's workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Aug 22, 2024
1 parent 73ac970 commit 33bf192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
shell: cmake -P {0}
run: |
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
echo "timestamp=${current_date}" >> $GITHUB_OUTPUT
message("timestamp=${current_date}" >> $GITHUB_OUTPUT)
- name: Set ccache cache directory on non-Windows
if: matrix.platform.os_type != 'windows'
Expand Down

0 comments on commit 33bf192

Please sign in to comment.