From 806fe937b05ef267b31199bfeb1f5cd8b42c6e86 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Tue, 6 Aug 2024 21:59:18 +0800 Subject: [PATCH] updated github actions workflow --- .github/workflows/build-validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index 849c09c..a483608 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -18,7 +18,9 @@ jobs: - name: Install Rustup and Cargo run: | apt update - apt install rustup cargo -y + apt install curl -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + source $HOME/.cargo/env - name: bun install run: |