From 59c6738aaad65be8870982a95d86ba8967ea3eea Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Mon, 10 Jun 2024 19:44:50 -0400 Subject: [PATCH] podman remote install Signed-off-by: Ryan Cook --- .github/workflows/remote-rhel-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remote-rhel-build.yaml b/.github/workflows/remote-rhel-build.yaml index 92c60192694a..4a3d6cbf74ec 100644 --- a/.github/workflows/remote-rhel-build.yaml +++ b/.github/workflows/remote-rhel-build.yaml @@ -32,7 +32,7 @@ jobs: - name: Install podman remote run: | - sudo apt-get install -y podman + sudo apt-get install -y podman podman-remote sudo apt-get install -y jq - name: jq parse the terraform state for the public ip