Skip to content

Commit e952e19

Browse files
committed
workflows bugfix echo
1 parent a7115c6 commit e952e19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/msys2-ucrt64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@ jobs:
301301
- name: Ccache print version and configuration
302302
shell: msys2 {0}
303303
run: |
304-
Write-Output '::group::Print version'
304+
echo '::group::Print version'
305305
ccache.exe --version
306-
Write-Output '::endgroup::'
306+
echo '::endgroup::'
307307
308-
Write-Output '::group::Print ccache config'
308+
echo '::group::Print ccache config'
309309
ccache.exe --show-config
310-
Write-Output '::endgroup::'
310+
echo '::endgroup::'
311311
312312
- name: vcpkg prepare environment
313313
shell: msys2 {0}

0 commit comments

Comments
 (0)