We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865082d commit 1b46030Copy full SHA for 1b46030
.github/workflows/example-project.yml
@@ -58,6 +58,7 @@ jobs:
58
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
59
working-directory: example-project
60
run: |
61
+ ls -alR temp/usr/local/*
62
sudo cp -r temp/usr/local/* /usr/local/
63
64
- name: Test pkg-config
0 commit comments