Skip to content

Commit

Permalink
fixup! fixup! Merge branch '4584_tests_weak_symbols'
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent 985ab81 commit 4311020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
# Tests must be run as a non-root user
mkdir build-default && chown guest:users build-default && cd $_
sudo -u guest \
$PWD/../configure \
sudo -u -i PWD="$PWD" guest \
../configure \
--prefix="$(pwd)/install" \
--enable-mclib \
--enable-aspell \
--disable-nls
sudo -u guest make -C $PWD -j$(nproc)
sudo -u guest make -C $PWD check
sudo -u guest make -C $PWD install
sudo -u guest -i PWD="$PWD" make -j$(nproc)
sudo -u guest -i PWD="$PWD" make check
sudo -u guest -i PWD="$PWD" make install
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 4311020

Please sign in to comment.