remove git dep
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user