Skip to content

Commit fadd14c

Browse files
committed
Debugging
1 parent 959390a commit fadd14c

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
@@ -124,8 +124,8 @@ jobs:
124124
- name: Build sopt
125125
run: |
126126
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
127-
mkdir -p sopt/build
128-
cd sopt/build
127+
mkdir -p ${{github.workspace}}/sopt/build
128+
cd ${{github.workspace}}/sopt/build
129129
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=OFF -Dexamples=OFF
130130
make -j$(nproc --ignore 1) install
131131

0 commit comments

Comments
 (0)