revert 503e72340c
Some checks failed
Build on Multiple Distributions / build-on-debian (push) Has been cancelled
Build on Multiple Distributions / build-on-fedora (push) Has been cancelled
Build on Multiple Distributions / build-on-arch (push) Has been cancelled

revert Update .gitea/workflows/build.yml
This commit is contained in:
2025-06-06 00:36:31 +00:00
parent 503e72340c
commit d6d49c90f6

View File

@@ -18,11 +18,9 @@ jobs:
- name: Install basic dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm nodejs npm git
pacman -S --noconfirm nodejs npm
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/akshun/setup-script.git .
- uses: actions/checkout@v4
- name: Install dependencies
run: |
@@ -53,11 +51,10 @@ jobs:
- name: Install basic dependencies
run: |
apt update && apt upgrade -y
apt install -y git nodejs npm git
apt install -y git nodejs npm
- uses: actions/checkout@v4
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/akshun/setup-script.git .
- name: Install dependencies
run: |
apt install -y python3 python3-pip binutils
@@ -88,9 +85,7 @@ jobs:
dnf up -y
dnf install -y git nodejs npm
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/akshun/setup-script.git .
- uses: actions/checkout@v4
- name: Install dependencies
run: |