Skip to content

Commit

Permalink
chore: fix github actions for release, again
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Sep 17, 2023
1 parent 36ef851 commit 1577a7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1577a7c

Please sign in to comment.