Skip to content

Commit 6352e83

Browse files
committed
chore(libheifactions)#: Add more logging to linux build for debug
1 parent 2489050 commit 6352e83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- name: Configure CMake
3131
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
3232
run: cmake --preset=release-noplugins ..
33+
34+
- name: "[Debug] List build config"
35+
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
36+
run: ls -lah
3337

3438
- name: Build libheif
3539
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}

0 commit comments

Comments
 (0)