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 3fef7b2 commit 68fa3bdCopy full SHA for 68fa3bd
1 file changed
.github/workflows/goreleaser.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
+ - name: Install compiling essentials
21
+ run: |
22
+ sudo apt-get install -y gcc-multilib
23
+
24
- name: Setting up Go
25
uses: actions/setup-go@v4
26
0 commit comments