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.
1 parent 959390a commit 129dc8aCopy full SHA for 129dc8a
.github/workflows/ci.yml
@@ -192,10 +192,9 @@ jobs:
192
- name: Build tests
193
# Build your program with the given configuration
194
run: |
195
- export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
196
mkdir -p ${{github.workspace}}/build
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
+ cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Ddocasa=OFF -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=ON --debug-find -DCMAKE_PREFIX_PATH=../local
199
make -j$(nproc --ignore 1) install
200
201
- name: Test
0 commit comments