浏览代码

Update windows.yml

pull/1359/head
Ray 4 年前
committed by GitHub
父节点
当前提交
f52c5cb9b5
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/windows.yml

+ 1
- 1
.github/workflows/windows.yml 查看文件

@ -54,6 +54,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.1
if: matrix.compiler == 'msvc16'
# TODO: Review x86 dynamic library building or remove it
- name: Build Library (MinGW-w64)
run: |
cd src
@ -99,5 +100,4 @@ jobs:
asset_name: ${{ env.RELEASE_NAME }}.zip
asset_content_type: application/zip
if: github.event_name == 'release' && github.event.action == 'published'

正在加载...
取消
保存