debian-forge-cli/.github/workflows/testdeps.yaml
Michael Vogt f631a16976 workflow: rename all .yml files to .yaml
The original `go.yml` got added via some GH automation. But we
are not MSDOS and we can affort more than 3 chars for a file
extension - so this commit renames all .yml to .yaml which is
what we use everywhere else.
2024-12-19 11:32:37 +00:00

13 lines
285 B
YAML

name: Install common test dependencies
on:
workflow_call:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Install common test dependencies
run: |
sudo apt update
sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev podman