Browse Source

Update windows.yml

pull/1357/head
Ray 4 years ago
committed by GitHub
parent
commit
337068dad0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/windows.yml

+ 1
- 0
.github/workflows/windows.yml View File

@ -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 }}

Loading…
Cancel
Save