Skip to content

Commit

Permalink
Use action to install Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbsox committed Sep 19, 2023
1 parent 9d5e3da commit c1cc0c2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
RUNTIME_VERSION: 23.0.0.3
name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Linux
steps:
- name: Install Podman
uses: gacts/install-podman@v1
with:
qemu: true
- name: Setup Podman
run: |
sudo apt update
sudo apt-get -y install podman
sudo podman machine init --rootful=true
sudo podman machine start
podman version
podman machine init --rootful=true
podman machine start
# Checkout repos
- name: Checkout ci.gradle
uses: actions/checkout@v3
Expand Down

0 comments on commit c1cc0c2

Please sign in to comment.