Compare commits

...

5 Commits
0.3.3 ... main

Author SHA1 Message Date
Weiqi Gao
a7db45386b
Merge pull request #1 from ShintoKosei/main
Update um-react to d91e2
2025-05-18 16:10:47 +08:00
ShintoKosei
8675fff999
Update build-electron.yml 2025-05-10 19:30:21 +08:00
github-actions[bot]
a8f24f9ec0 Update um-react to d91e2fffe4747da635d4d82579205a0e8a8a298e 2025-04-03 17:31:33 +00:00
Weiqi Gao
bc10acf44b
Update build-electron.yml 2025-02-28 10:09:50 +08:00
github-actions[bot]
aee51c99c6 Update um-react to v0.4.0 2025-02-28 01:55:36 +00:00
2 changed files with 16 additions and 5 deletions

View File

@ -38,11 +38,19 @@ jobs:
with:
ref: ${{ inputs.commit || github.sha }}
# 关键修改:补充编译依赖
- name: Install system dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install npm wine32
sudo apt-get install -y \
npm \
wine32 \
build-essential \
python3 \
libxi-dev \
libgl1-mesa-dev \
libpng-dev
- name: Install pnpm
uses: pnpm/action-setup@v2
@ -53,7 +61,7 @@ jobs:
run: |
git submodule update --init --recursive
cd um-react
pnpm install --frozen-lockfile
pnpm install --no-frozen-lockfile
cd ..
npm install --frozen-lockfile
@ -90,8 +98,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
# macOS 补充依赖
- name: Install system dependencies
run: brew install node
run: |
brew install node
brew install pkg-config cairo pango libpng jpeg giflib
- name: Install pnpm
uses: pnpm/action-setup@v2
@ -102,7 +113,7 @@ jobs:
run: |
git submodule update --init --recursive
cd um-react
pnpm install --frozen-lockfile
pnpm install --no-frozen-lockfile
cd ..
npm install --frozen-lockfile

@ -1 +1 @@
Subproject commit acb7a634b19db0e0fa8636527df4ff0c6573b6f1
Subproject commit d91e2fffe4747da635d4d82579205a0e8a8a298e