Browse Source

Update examples_update.yml

Ray 1 month ago
parent
commit
f0471aaddb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/examples_update.yml

+ 3 - 0
.github/workflows/examples_update.yml

@@ -25,6 +25,9 @@ jobs:
         version: 'latest'
         actions-cache-folder: 'emsdk-cache'
         
+    - name: Setup MSBuild
+      uses: microsoft/setup-msbuild@v2
+        
     - name: Clone raylib.com repo to update files
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}