Skip to content

Commit 9dac690

Browse files
committed
debug
1 parent ce5e8fb commit 9dac690

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
--profile:build '${{ matrix.build_profile }}'
8484
--build missing
8585
86+
- run: ls -la ${{ env.CONAN_HOME }}
87+
8688
- name: cmake
8789
if: runner.os != 'Windows'
8890
run: >
@@ -108,12 +110,16 @@ jobs:
108110
-DWITH_PDF2HTMLEX=OFF
109111
-DWITH_WVWARE=OFF
110112
113+
- run: ls -la ${{ env.CONAN_HOME }}
114+
111115
- name: build
112116
run: cmake --build build --config Release
113117

114118
- name: install
115119
run: cmake --build build --target install --config Release
116120

121+
- run: ls -la ${{ env.CONAN_HOME }}
122+
117123
- name: upload binaries to github
118124
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
119125
with:
@@ -125,11 +131,13 @@ jobs:
125131
build/_deps/odr.js-src
126132
if-no-files-found: error
127133

134+
- run: ls -la ${{ env.CONAN_HOME }}
135+
128136
# TODO this is only needed because of data files from dependencies; there should be a better solution
129-
- name: upload conan2 directory to github
137+
- name: upload conan directory to github
130138
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
131139
with:
132-
name: conan2-${{ matrix.host_profile }}
140+
name: conan-${{ matrix.host_profile }}
133141
path: ${{ env.CONAN_HOME }}
134142
if-no-files-found: error
135143

@@ -232,10 +240,10 @@ jobs:
232240
name: bin-${{ matrix.host_profile }}
233241
path: .
234242

235-
- name: download conan2 directory
243+
- name: download conan directory
236244
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
237245
with:
238-
name: conan2-${{ matrix.host_profile }}
246+
name: conan-${{ matrix.host_profile }}
239247
path: ${{ env.CONAN_HOME }}
240248

241249
- name: fix artifact permissions

0 commit comments

Comments
 (0)