CI
This commit is contained in:
parent
cbf632ea0e
commit
e35afd573b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue