From 1577a7c18d96b35a7e1f5cd02fbc54c9514aa563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 17 Sep 2023 19:36:51 +0200 Subject: [PATCH] chore: fix github actions for release, again --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d45408b..4377d9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,12 +18,12 @@ jobs: - name: install prerequisites env: HOMEBREW_NO_INSTALL_CLEANUP: 1 - run: brew install ghostscript glib gdk-pixbuf + run: brew install ghostscript glib gdk-pixbuf dylibbundler create-dmg - name: install prerequisites (GUI) if: matrix.ui == 'gui' env: HOMEBREW_NO_INSTALL_CLEANUP: 1 - run: brew install gtk+ dylibbundler create-dmg + run: brew install gtk+ - name: configure run: | set +x @@ -123,7 +123,7 @@ jobs: asset_content_type: application/zip linux64-cli: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: install prerequisites @@ -157,6 +157,7 @@ jobs: - uses: actions/checkout@v2 - name: docker run: | + sudo apt-get update && sudo apt-get install fuse mkdir /tmp/dist docker run --device /dev/fuse --privileged --name uu -d -v $PWD:/code -v /tmp/dist:/dist ubuntu:14.04 sleep 1800 - name: install prerequisites