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.
13 lines
285 B
YAML
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
|