MIDL-Conference / MIDLLatexTemplate

Latex template for the MIDL Conference
http://midl.io
52 stars 81 forks source link

Miktex failures in CI #23

Closed tvercaut closed 1 year ago

tvercaut commented 1 year ago

As shown here https://github.com/MIDL-Conference/MIDLLatexTemplate/actions/runs/3509663062/jobs/5879019159 the windows CI is failing. It also looks like it's relying on an ancient version of miktex.

A first step could be to try and update miktex for CI purposes.

tvercaut commented 1 year ago

Seems others are facing the same issue: https://github.com/actions/runner-images/issues/6712 https://github.com/MiKTeX/miktex/issues/1240

For the record, asking to use a windows-2019 instead of windows-latest (i.e.windows-2022) runner doesn't help.

HKervadec commented 1 year ago

I had investigated it a bit when it first happened, I think it was the download URL of miktex that had changed. I had found the new one, but ran into another issue; was waiting to get back on a windows machine to test the installer first.

As the failing CI failed after 528e88893479e720e4304dc1d513e7cd589be15a I had figured it was mostly a CI issue, not the latex itself. But as the MIDL deadline is looming I should fix that asap.

For now I merged your pull request (as you've also updated the macos and linux versions, thanks!), and will continue investigating for the windows build.

HKervadec commented 1 year ago

Actually they all passed (the merge request said otherwise, before merge, somehow?), so thanks for fixing this!

tvercaut commented 1 year ago

Seems to be random and thus probably not in our control to fix if it occurs again: https://github.com/actions/runner-images/issues/6712#issuecomment-1345429685