Skip to content

Commit

Permalink
ci: disable mingw32 for now
Browse files Browse the repository at this point in the history
gst-plugins-goods and libusb seems to be missing:

```
  Enter a selection (default=all): error: target not found: mingw-w64-i686-gst-plugins-good
  error: target not found: mingw-w64-i686-libusb
```
  • Loading branch information
EmmanuelP committed Aug 14, 2024
1 parent 9b18068 commit 2ebaa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aravis-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- { sys: mingw64, env: x86_64 }
- { sys: mingw32, env: i686 }
# - { sys: mingw32, env: i686 } # mingw32 is missing gst-plugins-good package, disabled for now
- { sys: ucrt64, env: ucrt-x86_64 }
# - { sys: clang64, env: clang-x86_64 } # clang64 is missing several packages, disabled for now
defaults:
Expand Down

0 comments on commit 2ebaa86

Please sign in to comment.