Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jul 7, 2024
1 parent 85a7ed6 commit 1516f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
- name: Setup Cache
uses: ./.github/actions/setup_cache
with:
compiler: gcc
compiler: gcc-11
build_type: Release
doxygen: "ON"

- name: Setup Cpp
uses: aminya/setup-cpp@v1
with:
compiler: gcc
compiler: gcc-11
cmake: true
conan: "2.2.2"
doxygen: true
Expand Down

0 comments on commit 1516f78

Please sign in to comment.