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 committed Mar 31, 2024
1 parent 4d01751 commit 2de58b0
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 @@ -39,7 +39,7 @@ jobs:
- uses: turtlebrowser/get-conan@v1.2
- name: Create default conan profile
run: conan profile protfile --detect
run: conan profile detect --force
- name: Conan install
run: conan install --build=missing -s compiler.cppstd=20 -s build_type=${{ matrix.build_type }} -s compiler=${{ matrix.cc }}
- name: Configure CMake
Expand Down

0 comments on commit 2de58b0

Please sign in to comment.