From 62ec2d1029d10eff5c873bc51558b6da92897a3b Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 28 Jun 2021 12:20:55 +0100 Subject: [PATCH] CI --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 282f76a..1d68b22 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,9 @@ jobs: # The target architecture (x86, x64) of the Python interpreter. architecture: x64 - # Runs a set of commands using the runners shell + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v1.0.2 + - name: Build raylib run: | cd raylib-c