浏览代码

ci: fix missing patch-package in windows build

Nicolas Giard 1 年之前
父节点
当前提交
095f8cec7a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/build.yml

+ 3 - 1
.github/workflows/build.yml

@@ -206,7 +206,9 @@ jobs:
         tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win --exclude=node_modules
 
     - name: Install Dependencies
-      run: yarn --production --frozen-lockfile --non-interactive
+      run: |
+        yarn --production --frozen-lockfile --non-interactive
+        yarn patch-package
       working-directory: win
 
     - name: Create Bundle