Skip to content

Commit

Permalink
wip: List the files being copied
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed May 29, 2024
1 parent 865082d commit 1b46030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
working-directory: example-project
run: |
ls -alR temp/usr/local/*
sudo cp -r temp/usr/local/* /usr/local/
- name: Test pkg-config
Expand Down

0 comments on commit 1b46030

Please sign in to comment.