1
0
forked from GitHub/gf-core

Display structure of downloaded files

This commit is contained in:
John J. Camilleri
2021-10-14 15:05:03 +02:00
parent 57b9080234
commit 695025d1a2

View File

@@ -37,7 +37,10 @@ jobs:
- uses: actions/download-artifact@master
with:
name: libpgf-ubuntu
path: /
# path: /
- name: Display structure of downloaded files
run: ls -R
- name: Setup Haskell
uses: haskell/actions/setup@v1