Skip to content

Commit 79b12a5

Browse files
committed
Merge branch 'development' into tk/decomposition-refactor-forward-backward
2 parents 87beb2d + dc9be2c commit 79b12a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
run: |
8181
brew update
8282
brew install libtiff open-mpi libyaml ccache conan
83+
echo "CMAKE_PREFIX_PATH=/usr/local/opt/libomp" >> $GITHUB_ENV
8384
8485
- name: Prepare ccache timestamp
8586
id: ccache_cache_timestamp
@@ -112,7 +113,7 @@ jobs:
112113
- name: Build
113114
# Build your program with the given configuration.
114115
# The Github Actions machines are dual-core so we can build faster using 2 parallel processes
115-
run: conan build ${{github.workspace}} -bf ${{github.workspace}}/build
116+
run: conan build ${{github.workspace}} -bf ${{github.workspace}}/build
116117

117118
- name: Test
118119
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)