From 276a8ed3c41a345a49b51abecffed95211eecea9 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:09:08 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml install curl --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index abeefcd..8a43efc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: steps: - name: Install rustup run: | + apt install curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh cargo build @@ -18,5 +19,6 @@ jobs: steps: - name: Install rustup run: | + apt install curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh cargo build