Skip to content

Commit f2fd70e

Browse files
committed
Work in progress - msvc compatibility
1 parent aa9232c commit f2fd70e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
# - os: ubuntu-latest
16-
# # tag '2023.04.15'
17-
# vcpkgCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
18-
# triplet: 'x64-linux-dynamic'
19-
# - os: macos-latest
20-
# # tag '2023.04.15'
21-
# vcpkgCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
22-
# triplet: 'x64-osx-dynamic'
15+
- os: ubuntu-latest
16+
# tag '2023.04.15'
17+
vcpkgCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
18+
triplet: 'x64-linux-dynamic'
19+
- os: macos-latest
20+
# tag '2023.04.15'
21+
vcpkgCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
22+
triplet: 'x64-osx-dynamic'
2323
- os: windows-latest
2424
# tag '2023.04.15'
2525
vcpkgCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'

0 commit comments

Comments
 (0)