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 fadd14cCopy full SHA for fadd14c
.github/workflows/ci.yml
@@ -124,8 +124,8 @@ jobs:
124
- name: Build sopt
125
run: |
126
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
127
- mkdir -p sopt/build
128
- cd sopt/build
+ mkdir -p ${{github.workspace}}/sopt/build
+ cd ${{github.workspace}}/sopt/build
129
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=OFF -Dexamples=OFF
130
make -j$(nproc --ignore 1) install
131
0 commit comments