Skip to content

Commit

Permalink
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 ab7930c commit 5edc038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo -u test -i \
./configure \
--prefix="$(pwd)/install" \
--prefix="$(pwd)/install-prefix" \
--enable-mclib \
--enable-aspell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo -u test -i \
./configure \
--prefix="$(pwd)/install" \
--prefix="$(pwd)/install-prefix" \
--enable-mclib \
--enable-aspell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build default configuration
run: |
./configure \
--prefix="$(pwd)/install" \
--prefix="$(pwd)/install-prefix" \
--enable-mclib \
--enable-aspell=/opt/homebrew
Expand Down

0 comments on commit 5edc038

Please sign in to comment.