Skip to content

Commit 739aa38

Browse files
CI
1 parent a4c2083 commit 739aa38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
# The target architecture (x86, x64) of the Python interpreter.
3939
architecture: x64
4040

41-
- uses: ilammy/msvc-dev-cmd@v1
41+
- name: Add msbuild to PATH
42+
uses: microsoft/[email protected]
4243

4344
- name: Build raylib
4445
run: |
@@ -48,8 +49,8 @@ jobs:
4849
cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
4950
echo %cd%
5051
dir
51-
msbuild ALL_BUILD.vxcproj
52-
copy raylib\Debug\raylib.lib ..\..
52+
msbuild raylib.sln /target:raylib /property:Configuration=Release
53+
copy raylib\Release\raylib.lib ..\..
5354
cd ..\..
5455
5556
- name: Build raylib-python-cffi

0 commit comments

Comments
 (0)