Skip to content

Commit

Permalink
README: required programs for self-hosted and container (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Aversa <[email protected]>
  • Loading branch information
trgalho and antonioaversa authored Dec 16, 2024
1 parent 00e62e1 commit d1fd0eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@ This GitHub Action will not work for all technologies. If you are in one of the

* You want to run the action on C, C++, or Objective-C projects on a 32-bits system - build wrappers support only 64-bits OS.

## Self-hosted runner or container

When running the action in a self-hosted runner or container, please ensure that the following programs are installed:

* **curl** or **wget**
* **unzip**

## Additional information

The `sonarqube-scan-action/install-build-wrapper` action installs `coreutils` if run on macOS.
Expand Down

0 comments on commit d1fd0eb

Please sign in to comment.