Skip to content

Commit b4d9a66

Browse files
1
1 parent 6ed4ae0 commit b4d9a66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686

8787
- name: Setup Conan Client
8888
uses: conan-io/setup-conan@v1
89-
with:
90-
home: ${{github.workspace}}/conan_home
9189

9290
# CMake/Ninja version should be synced with runners
9391
# https://github.com/actions/runner-images/tree/main/images
@@ -209,6 +207,7 @@ jobs:
209207
210208
- name: Generate conan profile
211209
run: |
210+
echo "CONAN_HOME=$(conan config home)" >> $GITHUB_ENV
212211
conan install . \
213212
--output-folder=conan-generated \
214213
--build=missing \
@@ -221,8 +220,8 @@ jobs:
221220
name: ${{ matrix.platform }}
222221
compression-level: 0
223222
path: |
224-
${{github.workspace}}/conan_home/p/b/ffmp*/b/build-release
225-
${{github.workspace}}/conan_home/p/b/zlib*/p
223+
${{ env.CONAN_HOME }}/p/b/ffmp*/b/build-release
224+
${{ env.CONAN_HOME }}/p/b/zlib*/p
226225
227226
- run: exit 1
228227

0 commit comments

Comments
 (0)