rui314 / setup-mold

A GitHub Action to install the mold linker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action fails when sudo is missing

fsimonis opened this issue · comments

This action fails in an environment without sudo.

Common use-case is a blank docker container such as ubuntu:22.04, which runs as root by default and has no sudo installed.

In such container, isn't wget also missing?

True, but wget is commonly installed due to some requirements in the CI, whereas sudo isn't.