Skip to content

Commit 19c28b7

Browse files
Attempted to fixup
1 parent 66471bb commit 19c28b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install conan dependencies
7272
run: |
7373
conan profile detect --force
74-
conan install ${{ github.workspace }}/conanfile.txt --build=missing --settings=build_type=Release
74+
conan install ${{ github.workspace }}/conanfile.txt --build=missing --settings=build_type=Release -of=${{ steps.strings.outputs.build-output-dir }}
7575
7676
- name: Configure CMake
7777
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)