diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-08-08 14:09:10 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-08-08 14:09:10 +0200 |
commit | d5bb93b9271578979dc6109b1007676fc5e8578a (patch) | |
tree | 7a0fef6cab19938f5d7941404cccc983fe3f4ea7 /.github/workflows | |
parent | fc8ea4ec4f616d9f504d6e654b785766e428fdb2 (diff) | |
download | profani-tty-d5bb93b9271578979dc6109b1007676fc5e8578a.tar.gz |
ci: disable macos until they have libstrophe 0.12.2
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a9e439f..edf1cc57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,18 +22,18 @@ jobs: docker build -f Dockerfile.${{ matrix.flavor }} -t profanity . docker run profanity ./ci-build.sh - macos: - runs-on: macos-latest - name: macOS - steps: - - uses: actions/checkout@v2 - - name: Run brew bundle - run: brew bundle - - name: Run tests - env: - # Ensure that "keg-only" Homebrew versions are used. - 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" - run: ./ci-build.sh +# macos: +# runs-on: macos-latest +# name: macOS +# steps: +# - uses: actions/checkout@v2 +# - name: Run brew bundle +# run: brew bundle +# - name: Run tests +# env: +# # Ensure that "keg-only" Homebrew versions are used. +# 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" +# run: ./ci-build.sh code-style: runs-on: ubuntu-20.04 |