From 762d3f8594b0ac0831f24eb6328f4f5a6cc5da42 Mon Sep 17 00:00:00 2001 From: akshun Date: Thu, 12 Jun 2025 01:35:59 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index de0d8d0..a34ff1f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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'