Skip to content

Commit

Permalink
ci make root profile for conan
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Jun 17, 2024
1 parent 7aca849 commit 4e2ee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unlogic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Conan
run: wget https://github.com/conan-io/conan/releases/download/2.4.1/conan-2.4.1-amd64.deb && sudo dpkg -i conan-2.4.1-amd64.deb
- name: Configure Conan
run: conan profile detect
run: sudo conan profile detect && conan profile detect
- uses: actions/checkout@v4
- name: Configure Project and Install Conan Dependencies
run: mkdir cmake-build-release && sudo conan install . --output-folder="cmake-build-release" --build=missing -s build_type="Release" -c tools.system.package_manager:mode=install
Expand Down

0 comments on commit 4e2ee07

Please sign in to comment.