Skip to content

Commit

Permalink
[INFRA] Set CXX for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Dec 15, 2024
1 parent 7afd259 commit 16fe6fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
doxygen: 1.9.4

- name: Configure docs
env:
CXX: g++-12
run: |
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 16fe6fe

Please sign in to comment.