File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -166,15 +166,6 @@ jobs:
166166 env :
167167 CONAN_USER_HOME : ${{ github.workspace }}
168168
169- - name : Search Conan cache
170- uses : ./.github/actions/shell
171- with :
172- commands : |
173- ls -R
174- cd ..
175- echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@"
176- ls -R
177-
178169 - uses : actions/upload-artifact@v4
179170 with :
180171 name : ${{ matrix.config.name }}-${{ matrix.build_type }}
@@ -264,6 +255,16 @@ jobs:
264255 uses : actions/download-artifact@v4
265256 with :
266257 name : ${{ matrix.config.name }}-${{ matrix.build_type }}
258+ path : .conan/
259+
260+ - name : Search Conan cache
261+ uses : ./.github/actions/shell
262+ with :
263+ commands : |
264+ ls -R
265+ cd ..
266+ echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@"
267+ ls -R
267268
268269 - name : Upload Conan Package
269270 uses : ./.github/actions/shell
You can’t perform that action at this time.
0 commit comments