Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We currently run apt-get to install dependencies like RPM and SBT as part of our Github Actions workflow. Unfortunately, GitHub has updated their container to include a microsoft repository that is buggy and started breaking builds. We could remove just this buggy repo, but other repos could break as well.
However, it looks like the container now includes SBT and RPM so our dependnecies are already met. So we should just remove the install linux dependencies step and not have to worry about random repositories breaking our build.