remove git dep

This commit is contained in:
2025-06-05 23:42:11 +00:00
parent 6523c8408e
commit eb62a4bbcb

View File

@@ -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