Skip to content

Commit

Permalink
workflows bugfix echo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Oct 17, 2023
1 parent a7115c6 commit e952e19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@ jobs:
- name: Ccache print version and configuration
shell: msys2 {0}
run: |
Write-Output '::group::Print version'
echo '::group::Print version'
ccache.exe --version
Write-Output '::endgroup::'
echo '::endgroup::'
Write-Output '::group::Print ccache config'
echo '::group::Print ccache config'
ccache.exe --show-config
Write-Output '::endgroup::'
echo '::endgroup::'
- name: vcpkg prepare environment
shell: msys2 {0}
Expand Down

0 comments on commit e952e19

Please sign in to comment.