Skip to content

Commit 6ed4ae0

Browse files
1
1 parent c0cf226 commit 6ed4ae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup Conan Client
8888
uses: conan-io/setup-conan@v1
8989
with:
90-
home: conan_home
90+
home: ${{github.workspace}}/conan_home
9191

9292
# CMake/Ninja version should be synced with runners
9393
# https://github.com/actions/runner-images/tree/main/images
@@ -221,8 +221,8 @@ jobs:
221221
name: ${{ matrix.platform }}
222222
compression-level: 0
223223
path: |
224-
conan_home/p/b/ffmp*/b/build-release
225-
conan_home/p/b/zlib*/p
224+
${{github.workspace}}/conan_home/p/b/ffmp*/b/build-release
225+
${{github.workspace}}/conan_home/p/b/zlib*/p
226226
227227
- run: exit 1
228228

0 commit comments

Comments
 (0)