Skip to content

Commit

Permalink
Enable podman socket in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jan 27, 2025
1 parent ff2ee20 commit 9265d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pcw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9265d85

Please sign in to comment.