Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows CI. #5444

Merged
merged 1 commit into from
May 20, 2024
Merged

Fix Windows CI. #5444

merged 1 commit into from
May 20, 2024

Commits on May 20, 2024

  1. Fix Windows CI.

    It's currently failing when running tests with errors of the form:
    
    > error: creating test list failed
    >
    > Caused by:
    >   for `wezterm-config-derive`, command
    >   `'D:\a\wezterm\wezterm\target\debug\deps\wezterm_config_derive-f1c7f0f2de220b6e.exe'
    >   --list --format terse` exited with code 0xc0000135: The specified
    >   module could not be found. (os error 126)
    
    This seems to have been caused by nextest-rs/nextest#1493, with this comment
    as a fix: nextest-rs/nextest#1493 (comment)
    bogdan2412 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    60c7c41 View commit details
    Browse the repository at this point in the history