From 503e72340cc69a73bddc72e38d66c54449b620fa Mon Sep 17 00:00:00 2001 From: akshun Date: Fri, 6 Jun 2025 00:33:01 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index de0d8d0..72bfda2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,9 +18,11 @@ jobs: - name: Install basic dependencies run: | pacman -Syu --noconfirm - pacman -S --noconfirm nodejs npm + pacman -S --noconfirm nodejs npm git - - uses: actions/checkout@v4 + - name: Checkout code + run: | + git clone https://gitea.akshun-lab.uk/akshun/setup-script.git . - name: Install dependencies run: | @@ -51,10 +53,11 @@ jobs: - name: Install basic dependencies run: | apt update && apt upgrade -y - apt install -y git nodejs npm - - - uses: actions/checkout@v4 + apt install -y git nodejs npm git + - name: Checkout code + run: | + git clone https://gitea.akshun-lab.uk/akshun/setup-script.git . - name: Install dependencies run: | apt install -y python3 python3-pip binutils @@ -85,7 +88,9 @@ jobs: dnf up -y dnf install -y git nodejs npm - - uses: actions/checkout@v4 + - name: Checkout code + run: | + git clone https://gitea.akshun-lab.uk/akshun/setup-script.git . - name: Install dependencies run: |