ci/msys2: show package content

This commit is contained in:
umarcor 2021-01-10 17:56:18 +01:00
parent 28ef4e1551
commit 6f7a452870
1 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
install: > install: >
git git
base-devel base-devel
tree
mingw-w64-${{ matrix.arch }}-toolchain mingw-w64-${{ matrix.arch }}-toolchain
update: true update: true
@ -47,3 +48,10 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
path: msys2/*.zst path: msys2/*.zst
- name: Show package content
run: |
mkdir tmp
cd tmp
tar -xf ../msys2/*.zst
tree .