Merge pull request #1 from ShintoKosei/main

Update um-react to d91e2
This commit is contained in:
Weiqi Gao 2025-05-18 16:10:47 +08:00 committed by GitHub
commit a7db45386b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 3 deletions

View File

@ -38,11 +38,19 @@ jobs:
with: with:
ref: ${{ inputs.commit || github.sha }} ref: ${{ inputs.commit || github.sha }}
# 关键修改:补充编译依赖
- name: Install system dependencies - name: Install system dependencies
run: | run: |
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get update 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 - name: Install pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
@ -90,8 +98,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.1
# macOS 补充依赖
- name: Install system dependencies - name: Install system dependencies
run: brew install node run: |
brew install node
brew install pkg-config cairo pango libpng jpeg giflib
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2

@ -1 +1 @@
Subproject commit 19c5d0aab9fe2d871597d67e778fb23c6acec296 Subproject commit d91e2fffe4747da635d4d82579205a0e8a8a298e