Skip to content

Commit

Permalink
Disable pc-windows-gnu CI for now
Browse files Browse the repository at this point in the history
Currently failing in GitHub Actions with:

    Compiling demo v0.0.0 (D:\a\cxx\cxx\demo)
     Finished dev [unoptimized + debuginfo] target(s) in 1m 57s
      Running `target\debug\demo.exe`
    error: process didn't exit successfully: `target\debug\demo.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND)
    Error: Process completed with exit code 1.
  • Loading branch information
dtolnay committed Jun 24, 2022
1 parent 5d50b94 commit 98c5161
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: macOS
rust: nightly
os: macos
- name: Windows (gnu)
rust: nightly-x86_64-pc-windows-gnu
os: windows
- name: Windows (msvc)
rust: nightly-x86_64-pc-windows-msvc
os: windows
Expand Down

0 comments on commit 98c5161

Please sign in to comment.