Skip to content

Commit

Permalink
ci: for now ignore that target
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy committed Mar 23, 2024
1 parent 1bd8a40 commit a1284da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- target: x86_64-unknown-linux-gnu
channel: 1.65.0
os: ubuntu-20.04
exclude:
- target: x86_64-pc-windows-gnu # For some reason broken while compiling examples: winauth-f585191527f6477b.exe --nocapture` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND)
os: windows-2019
channel: nightly
steps:
- if: runner.os == 'windows'
run: |
Expand Down

0 comments on commit a1284da

Please sign in to comment.