We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87beb2d + dc9be2c commit 79b12a5Copy full SHA for 79b12a5
.github/workflows/cmake.yml
@@ -80,6 +80,7 @@ jobs:
80
run: |
81
brew update
82
brew install libtiff open-mpi libyaml ccache conan
83
+ echo "CMAKE_PREFIX_PATH=/usr/local/opt/libomp" >> $GITHUB_ENV
84
85
- name: Prepare ccache timestamp
86
id: ccache_cache_timestamp
@@ -112,7 +113,7 @@ jobs:
112
113
- name: Build
114
# Build your program with the given configuration.
115
# The Github Actions machines are dual-core so we can build faster using 2 parallel processes
- run: conan build ${{github.workspace}} -bf ${{github.workspace}}/build
116
+ run: conan build ${{github.workspace}} -bf ${{github.workspace}}/build
117
118
- name: Test
119
working-directory: ${{github.workspace}}/build
0 commit comments