Skip to content

Commit 62ec2d1

Browse files
CI
1 parent 6e4003d commit 62ec2d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

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

41-
# Runs a set of commands using the runners shell
41+
- name: Add msbuild to PATH
42+
uses: microsoft/[email protected]
43+
4244
- name: Build raylib
4345
run: |
4446
cd raylib-c

0 commit comments

Comments
 (0)