File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 81
81
run : |
82
82
brew update
83
83
brew install libtiff open-mpi libyaml ccache conan
84
- echo "{ CMAKE_PREFIX_PATH}={ /usr/local/opt/libomp} " >> $GITHUB_ENV
84
+ echo "CMAKE_PREFIX_PATH= /usr/local/opt/libomp" >> $GITHUB_ENV
85
85
86
86
- name : Prepare ccache timestamp
87
87
id : ccache_cache_timestamp
@@ -114,7 +114,9 @@ jobs:
114
114
- name : Build
115
115
# Build your program with the given configuration.
116
116
# The Github Actions machines are dual-core so we can build faster using 2 parallel processes
117
- run : conan build ${{github.workspace}} -bf ${{github.workspace}}/build
117
+ run : |
118
+ echo ${{env.CMAKE_PREFIX_PATH}}
119
+ conan build ${{github.workspace}} -bf ${{github.workspace}}/build
118
120
119
121
- name : Test
120
122
working-directory : ${{github.workspace}}/build
You can’t perform that action at this time.
0 commit comments