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