Skip to content

Commit c6473e1

Browse files
committed
Revert "CICD: Disable windows-latest/x86_64-pc-windows-gnu for now"
This reverts commit deef8cb. A new onig release has happened, this should fix the issue.
1 parent 705c2f1 commit c6473e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,7 @@ jobs:
528528
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
529529
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
530530
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
531-
# TODO: Re-enable after rust-onig release: https://github.com/rust-onig/rust-onig/issues/193
532-
# - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
531+
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
533532
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
534533
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
535534
steps:

0 commit comments

Comments
 (0)