We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4faea commit c2ef34cCopy full SHA for c2ef34c
1 file changed
.github/actions/setup-env/action.yml
@@ -84,8 +84,7 @@ runs:
84
if: runner.os == 'macOS'
85
shell: bash
86
run: |
87
- current_date_time="`%H%M%S`";
88
- echo $current_date_time;
+ echo $(date +%T);
89
echo "----------------------------------------------"
90
brew install mono --overwrite
91
brew reinstall pkg-config
@@ -97,8 +96,8 @@ runs:
97
96
# ls $(brew --prefix)/Cellar
98
# # echo "$(cat ./Brewfile)"
99
# echo "----------------------------------------------"
100
101
+ echo "----------------------------------------------"
102
103
104
# - name: Setup Mono
0 commit comments