Setup Vamposer
Version updated for https://github.com/ValaTux/vamposer to version v0.7.5.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Vamposer is a dependency manager for Vala projects that automates the resolution of dependencies, installation of system packages, and generation of Meson subproject wiring. It provides features inspired by Composer/Go modules, making it easier to manage project dependencies in a consistent manner. The action helps resolve package IDs, checks for system dependencies, installs them if necessary, clones subprojects, and generates necessary Meson files for building the project.
What’s Changed
Changes
From v0.7.4 to v0.7.5:
- [Update] separated variable deps for dev for update command (9ab930f) by @JanGalek
Full Changelog: https://github.com/ValaTux/vamposer/compare/v0.7.4...v0.7.5