Skip to content

Commit

Permalink
upgrade conan v2
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Aug 11, 2023
1 parent b6c8485 commit 0d6aab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
- name: Configure
run: |
conan install doxygen/1.9.4@#2af713e135f12722e3536808017ba086 --update
ls ${{github.workspace}}/build/
conan install ${{github.workspace}} -of ${{github.workspace}}/build --build missing -s compiler.libcxx=libstdc++11 -o mpi=off -o openmp=off -o docs=on -o cppflow=on -pr:h=default -pr:b=default
ls ${{github.workspace}}
ls ${{github.workspace}}/
conan install ${{github.workspace}} -of ${{github.workspace}}/build --build missing -s compiler.libcxx=libstdc++11 -o mpi=off -o openmp=off -o docs=on -o cppflow=on --profile=default
- name: Build
run: conan build ${{github.workspace}} -of ${{github.workspace}}/build
Expand Down

0 comments on commit 0d6aab1

Please sign in to comment.