Ray
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/windows.yml
|
|
@ -57,6 +57,7 @@ jobs: |
|
|
|
if: matrix.compiler == 'mingw-w64' |
|
|
|
|
|
|
|
- name: Build Library (MSVC16) |
|
|
|
shell: cmd |
|
|
|
run: | |
|
|
|
cd projects/VS2017 |
|
|
|
msbuild.exe raylib.sln /target:raylib /property:Configuration=Release /property:Platform=${{ matrix.ARCH }} |
|
|
|