EESSI / filesystem-layer

Filesystem layer of the EESSI project
https://eessi.github.io/docs/filesystem_layer
GNU General Public License v2.0
7 stars 16 forks source link

Fix workflow for building client packages #158

Closed bedroge closed 1 year ago

bedroge commented 1 year ago

This removes the dependency on an external action, and directly calls Ansible in the runner (should already be available according to https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#tools).

Fixes #155.