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