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 - name: Install basic dependencies
run: | run: |
pacman -Syu --noconfirm pacman -Syu --noconfirm
pacman -S --noconfirm git nodejs npm rustup gcc pacman -S --noconfirm nodejs npm rustup gcc
rustup default stable rustup default stable
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt update && apt upgrade -y 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 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env . $HOME/.cargo/env
@@ -52,7 +52,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
dnf update -y 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 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env . $HOME/.cargo/env