File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,10 @@ jobs:
192
192
- name : Build tests
193
193
# Build your program with the given configuration
194
194
run : |
195
- export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
195
+ echo " CMAKE_PREFIX_PATH=${{github.workspace}}/local" >> $GITHUB_ENV
196
196
mkdir -p ${{github.workspace}}/build
197
197
cd ${{github.workspace}}/build
198
- cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Ddocasa=OFF -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=ON
198
+ cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Ddocasa=OFF -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=ON --debug-find
199
199
make -j$(nproc --ignore 1) install
200
200
201
201
- name : Test
You can’t perform that action at this time.
0 commit comments