Skip to content

Commit 7151e4c

Browse files
committed
fix
1 parent 9dac690 commit 7151e4c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
--profile:build '${{ matrix.build_profile }}'
8484
--build missing
8585
86-
- run: ls -la ${{ env.CONAN_HOME }}
87-
8886
- name: cmake
8987
if: runner.os != 'Windows'
9088
run: >
@@ -110,16 +108,12 @@ jobs:
110108
-DWITH_PDF2HTMLEX=OFF
111109
-DWITH_WVWARE=OFF
112110
113-
- run: ls -la ${{ env.CONAN_HOME }}
114-
115111
- name: build
116112
run: cmake --build build --config Release
117113

118114
- name: install
119115
run: cmake --build build --target install --config Release
120116

121-
- run: ls -la ${{ env.CONAN_HOME }}
122-
123117
- name: upload binaries to github
124118
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
125119
with:
@@ -130,8 +124,7 @@ jobs:
130124
build/test/Release/odr_test.exe
131125
build/_deps/odr.js-src
132126
if-no-files-found: error
133-
134-
- run: ls -la ${{ env.CONAN_HOME }}
127+
include-hidden-files: true
135128

136129
# TODO this is only needed because of data files from dependencies; there should be a better solution
137130
- name: upload conan directory to github
@@ -140,6 +133,7 @@ jobs:
140133
name: conan-${{ matrix.host_profile }}
141134
path: ${{ env.CONAN_HOME }}
142135
if-no-files-found: error
136+
include-hidden-files: true
143137

144138
docker:
145139
needs: build

0 commit comments

Comments
 (0)