Skip to content

Commit c2ef34c

Browse files
committed
testing CI changes
1 parent 6b4faea commit c2ef34c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/actions/setup-env/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ runs:
8484
if: runner.os == 'macOS'
8585
shell: bash
8686
run: |
87-
current_date_time="`%H%M%S`";
88-
echo $current_date_time;
87+
echo $(date +%T);
8988
echo "----------------------------------------------"
9089
brew install mono --overwrite
9190
brew reinstall pkg-config
@@ -97,8 +96,8 @@ runs:
9796
# ls $(brew --prefix)/Cellar
9897
# # echo "$(cat ./Brewfile)"
9998
# echo "----------------------------------------------"
100-
current_date_time="`%H%M%S`";
101-
echo $current_date_time;
99+
echo "----------------------------------------------"
100+
echo $(date +%T);
102101
103102
104103
# - name: Setup Mono

0 commit comments

Comments
 (0)