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: |