Skip to content

Commit 26bc94f

Browse files
committed
make.log
1 parent 153c282 commit 26bc94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: dpkg-buildpackage -us -uc
2727
- name: Test install
28-
run: env DEBIAN_FRONTEND=noninteractive apt install -y ../facetimehd-dkms_*.deb ; cat /var/lib/dkms/facetimehd/*/build/*/make.log || true
28+
run: env DEBIAN_FRONTEND=noninteractive apt install -y ../facetimehd-dkms_*.deb ; find /var/lib/dkms/facetimehd/ -name make.log -exec cat {} \; || true
2929
- name: Check install
3030
run: |
3131
dpkg -L facetimehd-dkms

0 commit comments

Comments
 (0)