mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-30 05:40:18 +02:00
ci(mingw): print msys2 packages
Also lists theirs versions, which is useful for debugging issues like those fixed in https://github.com/PrismLauncher/PrismLauncher/pull/3756 Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
0711890d18
commit
9d79695512
@ -25,7 +25,7 @@ runs:
|
|||||||
arch: ${{ inputs.vcvars-arch }}
|
arch: ${{ inputs.vcvars-arch }}
|
||||||
vsversion: 2022
|
vsversion: 2022
|
||||||
|
|
||||||
- name: Setup MSYS2 (MinGW-64)
|
- name: Setup MSYS2 (MinGW)
|
||||||
if: ${{ inputs.msystem != '' }}
|
if: ${{ inputs.msystem != '' }}
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
@ -48,6 +48,12 @@ runs:
|
|||||||
tomlplusplus:p
|
tomlplusplus:p
|
||||||
quazip-qt6:p
|
quazip-qt6:p
|
||||||
|
|
||||||
|
- name: List pacman packages (MinGW)
|
||||||
|
if: ${{ inputs.msystem != '' }}
|
||||||
|
shell: msys2 {0}
|
||||||
|
run: |
|
||||||
|
pacman -Qe
|
||||||
|
|
||||||
- name: Retrieve ccache cache (MinGW)
|
- name: Retrieve ccache cache (MinGW)
|
||||||
if: ${{ inputs.msystem != '' && inputs.build-type == 'Debug' }}
|
if: ${{ inputs.msystem != '' && inputs.build-type == 'Debug' }}
|
||||||
uses: actions/cache@v4.2.3
|
uses: actions/cache@v4.2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user