mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-09 20:26:09 -04:00
check if requires msvc
This commit is contained in:
parent
82ac59d047
commit
43f74ef5a2
5
.github/workflows/meson.yaml
vendored
5
.github/workflows/meson.yaml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
os: windows-latest,
|
os: windows-latest,
|
||||||
cc: "cl", cxx: "cl",
|
cc: "cl", cxx: "cl",
|
||||||
extra_path: "",
|
extra_path: "",
|
||||||
|
requires_msvc: true,
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Windows Latest MinGW",
|
name: "Windows Latest MinGW",
|
||||||
@ -49,6 +50,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
# use msvc-dev-cmd to setup the environment for MSVC if needed
|
||||||
|
- name: setup MSVC
|
||||||
|
if: matrix.config.requires_msvc
|
||||||
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
- name: submodule
|
- name: submodule
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: extra_path
|
- name: extra_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user