We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72c8d3 commit 496b267Copy full SHA for 496b267
.github/workflows/release.yaml
@@ -17,6 +17,8 @@ jobs:
17
# goos: darwin
18
steps:
19
- uses: actions/checkout@v2
20
+ - name: Install xmllint
21
+ run: sudo apt-get install gcc-multilib gcc-mingw-w64 libpango1.0
22
- name: Set VERSION env
23
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
24
- name: Set CGO env
0 commit comments