Skip to content

Commit

Permalink
fixup! fixup! Ticket #4170: implement CI via GitHub Actions
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 4311020 commit cdf485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Tests must be run as a non-root user
mkdir build-default && chown guest:users build-default && cd $_
sudo -u -i PWD="$PWD" guest \
sudo -u guest -i PWD="$PWD" \
../configure \
--prefix="$(pwd)/install" \
--enable-mclib \
Expand Down

0 comments on commit cdf485d

Please sign in to comment.