MensaApp
MensaApp copied to clipboard
Faster CLI with self hosted runner
@Whatsuup have you installed the required packages on your runner host? The following were required for the other project:
- rust
- docker, and added runner user to docker group
- build-essential
- (libssl-dev)
- pkg-config Building rust also benefits heavily from having many cores.
Edit: Also, have you installed the required packages for flutter?
Also, you need to make sure your runner is available 😉