Skip to content

outpost-os/action-setup-meson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

    - 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'