Update .gitea/workflows/build.yml
Some checks failed
Build on Multiple Distributions / build-on-arch (push) Has been cancelled
Build on Multiple Distributions / build-on-fedora (push) Has been cancelled
Build on Multiple Distributions / build-on-debian (push) Has been cancelled

This commit is contained in:
2025-06-12 01:35:59 +00:00
parent 58eed8d566
commit 762d3f8594

View File

@@ -21,7 +21,8 @@ jobs:
pacman -S --noconfirm nodejs npm pacman -S --noconfirm nodejs npm
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
repository: 'https://gitea.akshun-lab.uk/akshun/setup-script'
- name: Install dependencies - name: Install dependencies
run: | run: |
pacman -S --noconfirm python python-pip binutils pacman -S --noconfirm python python-pip binutils
@@ -41,6 +42,7 @@ jobs:
with: with:
name: arch-setup name: arch-setup
path: dist/setup path: dist/setup
repository: 'https://gitea.akshun-lab.uk/akshun/setup-script'
build-on-debian: build-on-debian:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -54,6 +56,8 @@ jobs:
apt install -y git nodejs npm apt install -y git nodejs npm
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
repository: 'https://gitea.akshun-lab.uk/akshun/setup-script'
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -73,6 +77,7 @@ jobs:
with: with:
name: debian-setup name: debian-setup
path: dist/setup path: dist/setup
repository: 'https://gitea.akshun-lab.uk/akshun/setup-script'
build-on-fedora: build-on-fedora:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -86,6 +91,8 @@ jobs:
dnf install -y git nodejs npm dnf install -y git nodejs npm
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
repository: 'https://gitea.akshun-lab.uk/akshun/setup-script'
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -104,4 +111,4 @@ jobs:
with: with:
name: fedora-setup name: fedora-setup
path: dist/setup path: dist/setup
repository: 'https://gitea.akshun-lab.uk/akshun/setup-script'