Skip to content

Commit 3b4d906

Browse files
committed
Debugging
1 parent 959390a commit 3b4d906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ 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
195+
echo "CMAKE_PREFIX_PATH=${{github.workspace}}/local" >> $GITHUB_ENV
196196
mkdir -p ${{github.workspace}}/build
197197
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
199199
make -j$(nproc --ignore 1) install
200200
201201
- name: Test

0 commit comments

Comments
 (0)