Sfoglia il codice sorgente

Update windows.yml

pull/1357/head
Ray 4 anni fa
committed by GitHub
parent
commit
a96b2b5b0d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      .github/workflows/windows.yml

+ 2
- 1
.github/workflows/windows.yml Vedi File

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

Caricamento…
Annulla
Salva