Skip to content

Commit

Permalink
testing actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Mar 15, 2024
1 parent 498c7b1 commit 694741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run: |
apt-get update
apt-get install -y musl-tools musl-dev protobuf-compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup target add x86_64-unknown-linux-musl
rustup component add clippy
Expand Down

0 comments on commit 694741b

Please sign in to comment.