Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outpost-os/action-setup-meson

Simple action to manipulate meson
https://github.com/outpost-os/action-setup-meson

actions meson

Last synced: about 1 month ago
JSON representation

Simple action to manipulate meson

Awesome Lists containing this project

README

        

# action-setup-meson
GH action that sets up the meson environment for workflows that need it.
This action installs meson cross files in docker image for a workflow job.
This may be a prerequisite step before `meson build` step, the installation path
is exported through `MESON_CROSS_FILES` environment variable.

## usage

```yaml
- name: Setup meson
uses: embedded-devops/action-setup-meson@main
with:
token: ${{ secrets.GHE_CI_TOKEN }}
crossfiles_git: 'outpost/meson-cross-files'
crossfiles_ref: 'main'
```