Update .gitea/workflows/build.yml
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user