summaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 56e25dc..54f26c2 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
env:
ASAN_FLAGS: "-fsanitize=address -fsanitize=undefined"
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with: { submodules: true }
- name: Install dependencies
- run: sudo apt-get -y install libglib2.0-dev libaspell-dev hspell libhunspell-dev libvoikko-dev voikko-fi aspell-en libunittest++-dev hunspell-fr
+ run: sudo apt-get -y install libglib2.0-dev libaspell-dev hspell libhunspell-dev libvoikko-dev voikko-fi aspell-en libunittest++-dev hunspell-fr groff
- name: Install nuspell
run: |
sudo apt-get -y install libicu-dev ninja-build
@@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
brew tap nuspell/nuspell
- brew install automake dbus-glib hspell hunspell libvoikko unittest-cpp nuspell coreutils
+ brew install automake dbus-glib groff hspell hunspell libvoikko unittest-cpp nuspell coreutils
- name: Bootstrap (gnulib and autoreconf)
run: PATH="$(brew --prefix)/opt/m4/bin:${PATH}" ./bootstrap
- name: configure
@@ -76,7 +76,7 @@ jobs:
release: false
msystem: ${{matrix.sys}}
install: >-
- patch git
+ patch git groff
mingw-w64-${{matrix.env}}-autotools
mingw-w64-${{matrix.env}}-gcc
mingw-w64-${{matrix.env}}-glib2