mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Set vcvars for msvc
This commit is contained in:
parent
08c474094e
commit
fc34f7aedb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
compiler:
|
||||
- { name: 'msvc', setup-ninja: true, setup-cmake: true }
|
||||
- { name: 'msvc', setup-cmake: true, setup-ninja: true, setup-msvc: true }
|
||||
- { name: 'msys2 mingw32', setup-msys2: true }
|
||||
|
||||
steps:
|
||||
@ -26,6 +26,10 @@ jobs:
|
||||
if: matrix.compiler.setup-ninja
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
|
||||
- name: Setup vcvars
|
||||
if: matrix.compiler.setup-msvc
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
- name: Set up MSYS2
|
||||
if: matrix.compiler.setup-msys2
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user