Skip to content

Commit 496b267

Browse files
committed
fix: add cross compile libs
1 parent c72c8d3 commit 496b267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
# goos: darwin
1818
steps:
1919
- uses: actions/checkout@v2
20+
- name: Install xmllint
21+
run: sudo apt-get install gcc-multilib gcc-mingw-w64 libpango1.0
2022
- name: Set VERSION env
2123
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
2224
- name: Set CGO env

0 commit comments

Comments
 (0)