diff options
| author | Ray <[email protected]> | 2020-08-17 20:46:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-17 20:46:25 +0200 |
| commit | a96b2b5b0daa852d048bcdb19226c5677985a62e (patch) | |
| tree | 5919efe5ff3ea17772ae9598c416b000a033fe1a /.github | |
| parent | e3709a9754a6c89ca9c21a229358917a2e0373e0 (diff) | |
| download | raylib-a96b2b5b0daa852d048bcdb19226c5677985a62e.tar.gz raylib-a96b2b5b0daa852d048bcdb19226c5677985a62e.zip | |
Update windows.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f3e5acbd..9eb1c8c9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -43,7 +43,8 @@ jobs: cd ../../raylib # Setup MSBuild.exe path if required - - uses: warrenbuckley/Setup-MSBuild@v1 + - name: Setup MSBuild + uses: microsoft/[email protected] if: matrix.compiler == 'msvc16' - name: Build MinGW Projects |
