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