Skip to content

Install libpolly in CI for Ubuntu and Debian #7

Install libpolly in CI for Ubuntu and Debian

Install libpolly in CI for Ubuntu and Debian #7

Workflow file for this run

---
name: CI containers
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'ci/**/*'
permissions:
contents: read
packages: write
jobs:
arch:
uses: ./.github/workflows/container.yml
with:
name: 'arch'
debian:
uses: ./.github/workflows/container.yml
with:
name: 'debian'
fedora:
uses: ./.github/workflows/container.yml
with:
name: 'fedora'
ubuntu:
uses: ./.github/workflows/container.yml
with:
name: 'ubuntu'