fix: add cross compile libs
This commit is contained in:
parent
c72c8d3232
commit
496b267cc4
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
# goos: darwin
|
# goos: darwin
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install xmllint
|
||||||
|
run: sudo apt-get install gcc-multilib gcc-mingw-w64 libpango1.0
|
||||||
- name: Set VERSION env
|
- name: Set VERSION env
|
||||||
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
|
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
|
||||||
- name: Set CGO env
|
- name: Set CGO env
|
||||||
|
|
Loading…
Reference in New Issue
Block a user