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 01891de commit 722161bCopy full SHA for 722161b
2 files changed
.github/actions/rustup/action.yaml
@@ -89,4 +89,4 @@ runs:
89
###############################
90
- name: Setup protobuf
91
shell: bash
92
- run: sudo apt-get update && sudo apt-get -y install protobuf-compiler musl-tools
+ run: sudo apt-get update && sudo apt-get -y install protobuf-compiler
.github/workflows/kos-go.yaml
@@ -70,6 +70,9 @@ jobs:
70
uses: klever-io/kos-rs/.github/actions/rustup@develop
71
with:
72
with_cache: true
73
+
74
+ - name: Install musl tools
75
+ run: sudo apt-get update && sudo apt-get install -y musl-tools
76
77
- name: Build Linux musl Go bindings
78
run: |
0 commit comments