소스 검색

Update windows.yml

pull/1359/head
Ray 5 년 전
committed by GitHub
부모
커밋
f52c5cb9b5
No known key found for this signature in database 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'

불러오는 중...
취소
저장