Skip to content

Commit 68fa3bd

Browse files
authored
install missing gcc dependencies at github actions for gorelease (#63)
1 parent 3fef7b2 commit 68fa3bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Install compiling essentials
21+
run: |
22+
sudo apt-get install -y gcc-multilib
23+
2024
- name: Setting up Go
2125
uses: actions/setup-go@v4
2226

0 commit comments

Comments
 (0)