Skip to content

Commit 1b46030

Browse files
committed
wip: List the files being copied
1 parent 865082d commit 1b46030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/example-project.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
5959
working-directory: example-project
6060
run: |
61+
ls -alR temp/usr/local/*
6162
sudo cp -r temp/usr/local/* /usr/local/
6263
6364
- name: Test pkg-config

0 commit comments

Comments
 (0)