Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangie committed Oct 20, 2024
1 parent 1cdaf3f commit 618c06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
cd build
../configure --prefix=$(readlink -f ../install) ${TLS_OPT} ${HTML_TESTS_OPT}
else
meson setup build --prefix="$(pwd)/install" ${TLS_OPT} ${HTML_TESTS_OPT}
meson setup build --prefix="/tmp/dillo" ${TLS_OPT} ${HTML_TESTS_OPT}
fi
- name: Build Dillo for ${{ matrix.distro }} with ${{ matrix.build-system }} and ${{ matrix.compiler }}
Expand All @@ -94,7 +94,7 @@ jobs:
cd build
make && make install
else
ninja -C build
ninja -C build install
fi
- if: matrix.build-system == 'autotools'
Expand Down

0 comments on commit 618c06b

Please sign in to comment.