The automatic update to Ubuntu 20 broke CI as it no longer has ifconfig by default, this is provided by the net-tools package. We use ifconfig to detect the IP the MazeRunner is running on so that the Docker container running Laravel can send reports to it
Goal
The automatic update to Ubuntu 20 broke CI as it no longer has
ifconfig
by default, this is provided by thenet-tools
package. We useifconfig
to detect the IP the MazeRunner is running on so that the Docker container running Laravel can send reports to itAlso switched to the official
ruby/setup-ruby
action as the GitHub provided one is deprecated