Skip to content

Commit 11908a8

Browse files
committed
musl stuff
1 parent b279068 commit 11908a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Install Protobuf Compiler and Musl
14-
run: sudo apt-get update && sudo apt-get install musl-tools musl-dev musl-cross protobuf-compiler -y
14+
run: sudo apt-get update && sudo apt-get install musl-tools musl-dev protobuf-compiler -y
1515

1616
- name: Install Rust Toolchain
1717
run: rustup component add clippy && rustup component add rustfmt && rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)