From 9265d850d60d7045421a074ac3b52cf15869c3c8 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Mon, 27 Jan 2025 18:50:05 +0100 Subject: [PATCH] Enable podman socket in Github Actions --- .github/workflows/pcw.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pcw.yml b/.github/workflows/pcw.yml index a83b3b44..e06a8b46 100644 --- a/.github/workflows/pcw.yml +++ b/.github/workflows/pcw.yml @@ -20,6 +20,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install requirements run: sudo apt-get install -y build-essential podman + - name: Enable podman socket + run: systemctl --user enable --now podman.socket - name: Preparation run: make prepare - name: Run test