Skip to content

Commit 2b99b08

Browse files
committed
Enables abseil-module build on windows
1 parent 5c6fec6 commit 2b99b08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ jobs:
3131
- os: windows-11-arm
3232
arch: ARM64
3333
absl_provider: internal
34+
- os: windows-latest
35+
arch: Win32
36+
absl_provider: module
37+
- os: windows-latest
38+
arch: x64
39+
absl_provider: module
40+
- os: windows-11-arm
41+
arch: ARM64
42+
absl_provider: module
3443

3544
runs-on: ${{ matrix.os }}
3645

0 commit comments

Comments
 (0)