Skip to content

Commit 618c06b

Browse files
committed
gh
1 parent 1cdaf3f commit 618c06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
cd build
8686
../configure --prefix=$(readlink -f ../install) ${TLS_OPT} ${HTML_TESTS_OPT}
8787
else
88-
meson setup build --prefix="$(pwd)/install" ${TLS_OPT} ${HTML_TESTS_OPT}
88+
meson setup build --prefix="/tmp/dillo" ${TLS_OPT} ${HTML_TESTS_OPT}
8989
fi
9090
9191
- name: Build Dillo for ${{ matrix.distro }} with ${{ matrix.build-system }} and ${{ matrix.compiler }}
@@ -94,7 +94,7 @@ jobs:
9494
cd build
9595
make && make install
9696
else
97-
ninja -C build
97+
ninja -C build install
9898
fi
9999
100100
- if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)