Skip to content

Commit 18f49d2

Browse files
committed
Do cmake and make in same step
1 parent 230c27f commit 18f49d2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ jobs:
6767
mkdir -p ${{github.workspace}}/build
6868
cd ${{github.workspace}}/build
6969
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD}/local -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
70-
71-
- name: Build
72-
run: |
73-
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
74-
cd ${{github.workspace}}/build
7570
make -j$(nproc --ignore 1) install
7671
7772
- name: Deploy to GH pages

0 commit comments

Comments
 (0)