summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f3e5acbd..9eb1c8c9 100644
--- a/.github/workflows/windows.yml
+++ b/.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