Skip to content

Commit

Permalink
fixup! 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 6f7a9c4 commit d5755d7
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 @@ -27,7 +27,7 @@ jobs:
adduser --home "$(pwd)/build-default" --no-create-home --disabled-password test users
chown test:users -R $(pwd)
mkdir build-default && cd $_
sudo -u test -i mkdir build-default && cd $_
sudo -u test -i \
../configure \
Expand Down

0 comments on commit d5755d7

Please sign in to comment.