-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Try to fix Windows CI #986
Conversation
fa44617
to
d4c595a
Compare
fc06781
to
c97d236
Compare
c97d236
to
30d2393
Compare
f62c423
to
1c85ced
Compare
.github/workflows/main.yaml
Outdated
- run: curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig | ||
- run: pacman -U --noconfirm --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz | ||
- run: pacman --noconfirm -Syu base-devel mingw-w64-${{ matrix.arch }}-toolchain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- run: curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig | |
- run: pacman -U --noconfirm --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz | |
- run: pacman --noconfirm -Syu base-devel mingw-w64-${{ matrix.arch }}-toolchain | |
- run: curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig | |
- run: pacman -U --noconfirm --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz | |
- run: pacman --noconfirm -Syu base-devel mingw-w64-${{ matrix.arch }}-toolchain | |
those are mis-indentended as well
69eb6dd
to
66f851b
Compare
I think something like this should work
I didn't notice the if matrix.os=='window-latest' before... I think what would make sense is to split the job into a windows/linux one instead of having a bunch of conditions though |
66f851b
to
9a9788f
Compare
Should we just disable the Windows CI for now here? gir doesn't do anything Windows-specific anyway, it would seem more useful to have a Windows CI for gtk-rs instead. |
I will comment out all the windows part. It's just broken beyond recovery and I think it'll be for a while. |
2dba00b
to
b607c60
Compare
Follow-up of #985.