Skip to content

Commit 23e3466

Browse files
committed
test
1 parent ed44ef2 commit 23e3466

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake-fetch-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, msvc-runtime]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, msvc-runtime]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, msvc-runtime]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)