We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2489050 commit 6352e83Copy full SHA for 6352e83
.github/workflows/test-action.yml
@@ -30,6 +30,10 @@ jobs:
30
- name: Configure CMake
31
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
32
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
37
38
- name: Build libheif
39
0 commit comments