mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -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,
|
||||
cc: "cl", cxx: "cl",
|
||||
extra_path: "",
|
||||
requires_msvc: true,
|
||||
}
|
||||
- {
|
||||
name: "Windows Latest MinGW",
|
||||
@ -49,6 +50,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- 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
|
||||
run: git submodule update --init --recursive
|
||||
- name: extra_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user