Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jun 9, 2024
1 parent 4dc893b commit 16729b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
compiler: llvm
cmake: true
--conan "2.0.17"
conan: "2.0.17"
clangtidy: true
- name: Setup Linux
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
compiler: gcc
cmake: true
--conan "2.0.17"
conan: "2.0.17"
doxygen: true
- name: Setup Linux
run: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
cmake: true
brew: true
--conan "2.0.17"
conan: "2.0.17"
ccache: true
gcovr: true

Expand Down

0 comments on commit 16729b2

Please sign in to comment.