Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinQu authored Apr 1, 2024
1 parent d0df65e commit 94ba4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
save-always: true

- name: Conan install
run: conan install conanfile.py --build=missing -s compiler.cppstd=20 -s build_type=${{ matrix.build_type }} -s compiler=${{ matrix.cc.tool }} -s compile.version=${{matrix.cc.ver}}
run: conan install conanfile.py --build=missing -s:a compiler.cppstd=20 -s:a build_type=${{ matrix.build_type }} -s:a compiler=${{ matrix.cc.tool }} -s:a compiler.version=${{matrix.cc.ver}}

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 94ba4de

Please sign in to comment.