We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b279068 commit 11908a8Copy full SHA for 11908a8
1 file changed
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
- 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
+ run: sudo apt-get update && sudo apt-get install musl-tools musl-dev protobuf-compiler -y
15
16
- name: Install Rust Toolchain
17
run: rustup component add clippy && rustup component add rustfmt && rustup target add x86_64-unknown-linux-musl
0 commit comments