ci/msys2: show package content
This commit is contained in:
parent
28ef4e1551
commit
6f7a452870
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue