We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cf226 commit 6ed4ae0Copy full SHA for 6ed4ae0
.github/workflows/rebuildDependencies.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Setup Conan Client
88
uses: conan-io/setup-conan@v1
89
with:
90
- home: conan_home
+ home: ${{github.workspace}}/conan_home
91
92
# CMake/Ninja version should be synced with runners
93
# https://github.com/actions/runner-images/tree/main/images
@@ -221,8 +221,8 @@ jobs:
221
name: ${{ matrix.platform }}
222
compression-level: 0
223
path: |
224
- conan_home/p/b/ffmp*/b/build-release
225
- conan_home/p/b/zlib*/p
+ ${{github.workspace}}/conan_home/p/b/ffmp*/b/build-release
+ ${{github.workspace}}/conan_home/p/b/zlib*/p
226
227
- run: exit 1
228
0 commit comments