Update .gitea/workflows/build.yml
This commit is contained in:
@@ -18,9 +18,11 @@ jobs:
|
|||||||
- name: Install basic dependencies
|
- name: Install basic dependencies
|
||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -51,10 +53,11 @@ jobs:
|
|||||||
- name: Install basic dependencies
|
- name: Install basic dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update && apt upgrade -y
|
apt update && apt upgrade -y
|
||||||
apt install -y git nodejs npm
|
apt install -y git 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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt install -y python3 python3-pip binutils
|
apt install -y python3 python3-pip binutils
|
||||||
@@ -85,7 +88,9 @@ jobs:
|
|||||||
dnf up -y
|
dnf up -y
|
||||||
dnf install -y git nodejs npm
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user