Skip to content

Commit

Permalink
📝 Add logs for clang-tidy and conan
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Dec 8, 2024
1 parent f754112 commit b2e04c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
- name: 📥 Install Conan ${{ inputs.conan_version }}
run: pipx install conan==${{ inputs.conan_version }}

- name: 🔍 clang-tidy version
run: clang-tidy --version

- name: 🔍 conan version
run: conan --version

- name: 📡 Add `libhal` repo to conan remotes
run: conan remote add libhal
https://libhal.jfrog.io/artifactory/api/conan/trunk-conan
Expand Down

0 comments on commit b2e04c7

Please sign in to comment.