Quellcode durchsuchen

Update windows.yml

Ray vor 5 Jahren
Ursprung
Commit
a96b2b5b0d
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      .github/workflows/windows.yml

+ 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/[email protected]
       if: matrix.compiler == 'msvc16'
    
     - name: Build MinGW Projects