Skip to content

Commit

Permalink
fixup! (canonicalize_pathname_custom): fix --disable-charset build …
Browse files Browse the repository at this point in the history
…broken in 8f723b8

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent 978bf57 commit 985ab81
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
mkdir build-default && chown guest:users build-default && cd $_
sudo -u guest \
../configure \
$PWD/../configure \
--prefix="$(pwd)/install" \
--enable-mclib \
--enable-aspell
--enable-aspell \
--disable-nls
sudo -u guest make -j$(nproc)
sudo -u guest make check
sudo -u guest make install
sudo -u guest make -C $PWD -j$(nproc)
sudo -u guest make -C $PWD check
sudo -u guest make -C $PWD install
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 985ab81

Please sign in to comment.