Skip to content

Commit 3030595

Browse files
committed
ci: re-enable macos
This reverts commit a4cbf3e.
1 parent 797e0bc commit 3030595

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ jobs:
2222
docker build -f Dockerfile.${{ matrix.flavor }} -t profanity .
2323
docker run profanity ./ci-build.sh
2424
25+
macos:
26+
runs-on: macos-latest
27+
name: macOS
28+
steps:
29+
- uses: actions/checkout@v2
30+
- name: Run brew bundle
31+
run: brew bundle
32+
- name: Run tests
33+
env:
34+
# Ensure that "keg-only" Homebrew versions are used.
35+
PKG_CONFIG_PATH: "/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:$PKG_CONFIG_PATH"
36+
run: ./ci-build.sh
37+
2538
code-style:
2639
runs-on: ubuntu-22.04
2740
name: Check coding style

0 commit comments

Comments
 (0)