File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
5858 export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
5959 mkdir sopt/build
6060 cd sopt/build
61- cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${github.workspace}/local -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF -Dtests=OFF -Dexamples=OFF
61+ cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{ github.workspace} }/local -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF -Dtests=OFF -Dexamples=OFF
6262 make -j$(nproc --ignore 1) install
6363
6464 - name : Configure
6565 run : |
6666 export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
6767 mkdir -p ${{github.workspace}}/build
6868 cd ${{github.workspace}}/build
69- cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${github.workspace}/local -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
69+ cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{ github.workspace} }/local -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
7070 make -j$(nproc --ignore 1) install
7171
7272 - name : Deploy to GH pages
You can’t perform that action at this time.
0 commit comments