From: Colin Clark Date: Sat, 7 Oct 2023 12:13:43 +0000 (+0100) Subject: Configuration fix: Revise meson version - Part 2 X-Git-Tag: v2.2~58 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=aedccfcba38223365442cb744ffce7f8df2b1471 Configuration fix: Revise meson version - Part 2 The later version of meson requires gettext to be installed --- diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index cc524bc8..f29ee77c 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -7,6 +7,7 @@ jobs: steps: - run: sudo apt-get update - run: sudo apt-get install build-essential libgtk-3-dev libgtk-3-bin + - run: sudo apt-get install gettext - run: sudo apt-get install shellcheck - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -31,6 +32,7 @@ jobs: steps: - run: sudo apt-get update - run: sudo apt-get install build-essential libgtk-3-dev libgtk-3-bin + - run: sudo apt-get install gettext - run: sudo apt-get install shellcheck - run: sudo apt-get install evince - run: sudo apt-get install libarchive-dev @@ -58,7 +60,7 @@ jobs: directory: build setup-options: -Ddevel=enabled options: --verbose - meson-version: 0.56.2 + meson-version: 1.0.0 - name: Upload logs uses: actions/upload-artifact@v2 if: always()