Skip to content

Commit d2b3001

Browse files
committed
debug install path
1 parent 18f49d2 commit d2b3001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF -Dtests=OFF -Dexamples=OFF
61+
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${PWD}/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 .. -DCMAKE_INSTALL_PREFIX=${PWD}/local -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
69+
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${PWD}/local -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
7070
make -j$(nproc --ignore 1) install
7171
7272
- name: Deploy to GH pages

0 commit comments

Comments
 (0)