ci/msys2: show package content
This commit is contained in:
parent
28ef4e1551
commit
6f7a452870
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
install: >
|
||||
git
|
||||
base-devel
|
||||
tree
|
||||
mingw-w64-${{ matrix.arch }}-toolchain
|
||||
update: true
|
||||
|
||||
|
|
@ -47,3 +48,10 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: msys2/*.zst
|
||||
|
||||
- name: Show package content
|
||||
run: |
|
||||
mkdir tmp
|
||||
cd tmp
|
||||
tar -xf ../msys2/*.zst
|
||||
tree .
|
||||
|
|
|
|||
Loading…
Reference in New Issue