Skip to content

Commit

Permalink
Attempt to install podman on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Jul 1, 2024
1 parent c80faf3 commit 06503b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@ jobs:
- name: Build
run: cargo build --verbose

- name: Set up Podman
run: |
sudo apt-get install -y podman
sudo systemctl enable --now podman.socket
sudo systemctl status podman.socket
- name: Tests
run: cargo test --verbose

0 comments on commit 06503b9

Please sign in to comment.