mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 01:21:30 +00:00
* Install curl before attempting to install rust in TGS deps script (#75573) TGS docker image had to drop libssl1.0.0 which it installed with a curl of a now 404'ing .deb. Transitively, curl isn't installed in the TGS docker image anymore. This fixes CI for changes that trigger the TGS integration job. i.e. #75570 and #75572 <- Please update master on these PRs after merging I fucking despise distro package managers. All in all we should have done this from the get-go. * Install curl before attempting to install rust in TGS deps script --------- Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>