소스 검색
Update windows.yml
pull/2829/head
Ray
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/windows.yml
|
|
@ -74,7 +74,7 @@ jobs: |
|
|
|
|
|
|
|
# Setup MSBuild.exe path if required |
|
|
|
- name: Setup MSBuild |
|
|
|
uses: microsoft/setup-msbuild@v1.0.2 |
|
|
|
uses: microsoft/setup-msbuild@v1.1 |
|
|
|
if: matrix.compiler == 'msvc16' |
|
|
|
|
|
|
|
- name: Build Library (MinGW-w64) |
|
|
|