From 498c7b1b650eb2658da8a8c373b2517c87c389ea Mon Sep 17 00:00:00 2001 From: christopher-besch Date: Fri, 15 Mar 2024 11:01:02 +0100 Subject: [PATCH] testing actions workflow --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ceb5dc3..8df489e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +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 rustup target add x86_64-unknown-linux-musl rustup component add clippy