Skip to content

Commit 722161b

Browse files
add musl gcc directly on kos-go workflow
1 parent 01891de commit 722161b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/actions/rustup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ runs:
8989
###############################
9090
- name: Setup protobuf
9191
shell: bash
92-
run: sudo apt-get update && sudo apt-get -y install protobuf-compiler musl-tools
92+
run: sudo apt-get update && sudo apt-get -y install protobuf-compiler

.github/workflows/kos-go.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
uses: klever-io/kos-rs/.github/actions/rustup@develop
7171
with:
7272
with_cache: true
73+
74+
- name: Install musl tools
75+
run: sudo apt-get update && sudo apt-get install -y musl-tools
7376

7477
- name: Build Linux musl Go bindings
7578
run: |

0 commit comments

Comments
 (0)