mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-26 01:37:19 +00:00
Fix GitHub Actions ISO build workflow
This commit is contained in:
parent
c8d1c01c18
commit
3299c35931
1 changed files with 13 additions and 2 deletions
15
.github/workflows/build-iso.yml
vendored
15
.github/workflows/build-iso.yml
vendored
|
|
@ -53,13 +53,24 @@ jobs:
|
||||||
mtools \
|
mtools \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
isolinux \
|
isolinux \
|
||||||
syslinux-common
|
syslinux-common \
|
||||||
|
libwebkit2gtk-4.1-dev \
|
||||||
|
build-essential \
|
||||||
|
curl \
|
||||||
|
wget \
|
||||||
|
file \
|
||||||
|
libxdo-dev \
|
||||||
|
libssl-dev \
|
||||||
|
libayatana-appindicator3-dev \
|
||||||
|
librsvg2-dev
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Tauri app
|
- name: Build Tauri app
|
||||||
run: npm run tauri:build
|
run: |
|
||||||
|
npm run build
|
||||||
|
npm run build:tauri
|
||||||
|
|
||||||
- name: Build AeThex Linux ISO
|
- name: Build AeThex Linux ISO
|
||||||
run: sudo bash script/build-linux-iso.sh
|
run: sudo bash script/build-linux-iso.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue