From eb62a4bbcbe1ffcdad2ea36081c28379347bb3d0 Mon Sep 17 00:00:00 2001 From: akshun Date: Thu, 5 Jun 2025 23:42:11 +0000 Subject: [PATCH] remove git dep --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 557b86f..f90c402 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - name: Install basic dependencies run: | pacman -Syu --noconfirm - pacman -S --noconfirm git nodejs npm rustup gcc + pacman -S --noconfirm nodejs npm rustup gcc rustup default stable - uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | apt update && apt upgrade -y - apt install -y git nodejs npm curl + apt install -y nodejs npm curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y . $HOME/.cargo/env @@ -52,7 +52,7 @@ jobs: - name: Install dependencies run: | dnf update -y - dnf install -y git nodejs npm curl + dnf install -y nodejs npm curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y . $HOME/.cargo/env