Update .gitea/workflows/build.yml
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

This commit is contained in:
2025-06-05 23:44:08 +00:00
parent 33dec3d2f4
commit a8ce3d5565

View File

@@ -18,12 +18,9 @@ jobs:
- name: Install basic dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm git nodejs npm
pacman -S --noconfirm nodejs npm
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/akshun/setup-script.git .
git checkout $GITEA_SHA
- uses: actions/checkout@v4
- name: Install dependencies
run: |
@@ -63,10 +60,7 @@ jobs:
apt update && apt upgrade -y
apt install -y git nodejs npm
- name: Checkout code
run: |
git clone https://gitea.akshun-lab.uk/akshun/setup-script.git .
git checkout $GITEA_SHA
- uses: actions/checkout@v4
- name: Install dependencies
run: |
@@ -105,10 +99,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 .
git checkout $GITEA_SHA
- uses: actions/checkout@v4
- name: Install dependencies
run: |