Skip to content

Commit 129dc8a

Browse files
committed
Debugging
1 parent 959390a commit 129dc8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,9 @@ jobs:
192192
- name: Build tests
193193
# Build your program with the given configuration
194194
run: |
195-
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
196195
mkdir -p ${{github.workspace}}/build
197196
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
197+
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
199198
make -j$(nproc --ignore 1) install
200199
201200
- name: Test

0 commit comments

Comments
 (0)