mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
ci/msys2: show package content
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user