chore: fix github actions for release, again
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -18,12 +18,12 @@ jobs:
|
|||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
env:
|
env:
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
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)
|
- name: install prerequisites (GUI)
|
||||||
if: matrix.ui == 'gui'
|
if: matrix.ui == 'gui'
|
||||||
env:
|
env:
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||||
run: brew install gtk+ dylibbundler create-dmg
|
run: brew install gtk+
|
||||||
- name: configure
|
- name: configure
|
||||||
run: |
|
run: |
|
||||||
set +x
|
set +x
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
linux64-cli:
|
linux64-cli:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
@@ -157,6 +157,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: docker
|
- name: docker
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install fuse
|
||||||
mkdir /tmp/dist
|
mkdir /tmp/dist
|
||||||
docker run --device /dev/fuse --privileged --name uu -d -v $PWD:/code -v /tmp/dist:/dist ubuntu:14.04 sleep 1800
|
docker run --device /dev/fuse --privileged --name uu -d -v $PWD:/code -v /tmp/dist:/dist ubuntu:14.04 sleep 1800
|
||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
|
|||||||
Reference in New Issue
Block a user