mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
chore: 更新依赖和build.sqlite3.js
This commit is contained in:
parent
a95524ff34
commit
766e866497
5 changed files with 488 additions and 382 deletions
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
|
@ -32,13 +32,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile false
|
||||
|
||||
- name: Build sqlite3 binaries (macOS, Windows)
|
||||
if: runner.os == 'macOS'
|
||||
run: node ./scripts/build.sqlite3.mjs --arm64 --x64
|
||||
|
||||
- name: Build sqlite3 binaries (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: node ./scripts/build.sqlite3.mjs --arm64 --arm --x64
|
||||
- name: Build sqlite3 binaries
|
||||
run: node ./scripts/build.sqlite3.js
|
||||
|
||||
- name: Install RPM & Pacman (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue