Skip to content

Commit 35733a5

Browse files
committed
fixup! Update windows github actions and re-enable them
1 parent 52ec15d commit 35733a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
RENEWAL: ["", "-DENABLE_RENEWAL=OFF"]
1919
CLIENT_TYPE: ["", "-DENABLE_PACKETVER_RE=ON", "-DENABLE_PACKETVER_ZERO=ON"]
2020
HTTPLIB: ["", "-DWITH_HTTP_PARSER=llhttp"]
21-
PACKET_VERSION: ["-DPACKETVER=20100105", "-DPACKETVER=20171018"]
21+
PACKET_VERSION: ["PACKETVER=20221024", "PACKETVER=20130724"]
2222
exclude:
2323
- PACKET_VERSION: "-DPACKETVER=20100105"
2424
CLIENT_TYPE: "-DENABLE_PACKETVER_ZERO=ON"
@@ -60,6 +60,6 @@ jobs:
6060
.\tools\ci\windows.ps1 run
6161
6262
- name: test
63-
if: matrix.PACKET_VERSION != 'PACKETVER=20100105'
63+
if: matrix.PACKET_VERSION != 'PACKETVER=20130724'
6464
run: |
6565
.\tools\ci\windows.ps1 test

0 commit comments

Comments
 (0)