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 a7115c6 commit e952e19Copy full SHA for e952e19
.github/workflows/msys2-ucrt64.yml
@@ -301,13 +301,13 @@ jobs:
301
- name: Ccache print version and configuration
302
shell: msys2 {0}
303
run: |
304
- Write-Output '::group::Print version'
+ echo '::group::Print version'
305
ccache.exe --version
306
- Write-Output '::endgroup::'
+ echo '::endgroup::'
307
308
- Write-Output '::group::Print ccache config'
+ echo '::group::Print ccache config'
309
ccache.exe --show-config
310
311
312
- name: vcpkg prepare environment
313
0 commit comments