Update windows.yml

This commit is contained in:
Ray 2020-08-19 17:22:55 +02:00 committed by GitHub
parent 1d6d58ef5b
commit f52c5cb9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -100,4 +101,3 @@ jobs:
asset_content_type: application/zip
if: github.event_name == 'release' && github.event.action == 'published'