Skip to content

Commit

Permalink
修正自动构建以支持新版 AMLL
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh committed Oct 24, 2023
1 parent a4bc3fb commit 2f8e2e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
- name: AMLL - 构建 Lyric 模块
run: wasm-pack build --target bundler --release --scope applemusic-like-lyrics
working-directory: applemusic-like-lyrics/packages/lyric
- name: AMLL - 构建 FFT 模块
run: wasm-pack build --target bundler --release --scope applemusic-like-lyrics
working-directory: applemusic-like-lyrics/packages/fft
- name: AMLL - 安装依赖
run: yarn
working-directory: applemusic-like-lyrics
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
- name: AMLL - 构建 Lyric 模块
run: wasm-pack build --target bundler --release --scope applemusic-like-lyrics
working-directory: applemusic-like-lyrics/packages/lyric
- name: AMLL - 构建 FFT 模块
run: wasm-pack build --target bundler --release --scope applemusic-like-lyrics
working-directory: applemusic-like-lyrics/packages/fft
- name: AMLL - 安装依赖
run: yarn install
working-directory: applemusic-like-lyrics
Expand Down

0 comments on commit 2f8e2e5

Please sign in to comment.