From a8ce3d556534aca70962852dda0347b2fb1e2ed9 Mon Sep 17 00:00:00 2001 From: akshun Date: Thu, 5 Jun 2025 23:44:08 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 943aca4..9f65b5d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,12 +18,9 @@ jobs: - name: Install basic dependencies run: | pacman -Syu --noconfirm - pacman -S --noconfirm git nodejs npm + pacman -S --noconfirm nodejs npm - - name: Checkout code - run: | - git clone https://gitea.akshun-lab.uk/akshun/setup-script.git . - git checkout $GITEA_SHA + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -63,10 +60,7 @@ jobs: apt update && apt upgrade -y apt install -y git nodejs npm - - name: Checkout code - run: | - git clone https://gitea.akshun-lab.uk/akshun/setup-script.git . - git checkout $GITEA_SHA + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -105,10 +99,7 @@ jobs: dnf up -y dnf install -y git nodejs npm - - name: Checkout code - run: | - git clone https://gitea.akshun-lab.uk/akshun/setup-script.git . - git checkout $GITEA_SHA + - uses: actions/checkout@v4 - name: Install dependencies run: |