Skip to content

Commit

Permalink
CI: add missing 'conan profile detect'
Browse files Browse the repository at this point in the history
  • Loading branch information
Time0o committed May 27, 2023
1 parent 65e0b49 commit 4443622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: conan-install
run: >
pip install conan &&
conan profile detect &&
conan install . --output-folder=build --build=missing
- name: cmake-configure
Expand Down

0 comments on commit 4443622

Please sign in to comment.