Skip to content

Commit

Permalink
Add conan profile support
Browse files Browse the repository at this point in the history
  • Loading branch information
czfdcn committed Feb 26, 2024
1 parent 0e0f296 commit 62e38ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Conan version
run: echo "${{ steps.conan.outputs.version }}"

- name: Create default Conan profile
run: conan profile new default --detect

- name: Install Rust toolchain
run: rustup component add rustfmt clippy

Expand Down

0 comments on commit 62e38ca

Please sign in to comment.