File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments