Skip to content

Commit

Permalink
ci configure conan
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Jun 17, 2024
1 parent 8532529 commit 84e14d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unlogic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: sudo apt install -y python3 pipx build-essential cmake llvm-17-dev
- name: Install Conan
run: sudo pipx install conan
- name: Configure Conan
run: conan profile detect
- uses: actions/checkout@v4
- name: Configure Project and Install Conan Dependencies
run: ./kickstart.sh Release
Expand Down

0 comments on commit 84e14d6

Please sign in to comment.