From e35afd573be8b04895fe08f23958f8754c0607db Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 28 Jun 2021 12:34:07 +0100 Subject: [PATCH] CI --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 55cbb40..9c427a8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,10 +38,9 @@ jobs: # The target architecture (x86, x64) of the Python interpreter. architecture: x64 - - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 - name: Build raylib + uses: ilammy/msvc-dev-cmd@v1 run: | cd raylib-c mkdir build