MFlowCode / MFC

Exascale simulation of multiphase/physics fluid dynamics
https://mflowcode.github.io
MIT License
137 stars 60 forks source link

Fix apt in ubuntu workflows #358

Closed sbryngelson closed 5 months ago

sbryngelson commented 5 months ago

Apt stopped working via the error

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

on all github workflows that didn't first call

sudo apt update -y

Changing this seems to fix it.