From 035c6a7379f8ab042072cba4ca151e9683298ff8 Mon Sep 17 00:00:00 2001 From: Crown0815 <36126706+Crown0815@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:09:25 +0200 Subject: [PATCH] Update ID of podman cli in winget ID has changed --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b9cd813..5964fb9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -88,7 +88,7 @@ jobs: - name: Install OCI-Container Runtime run: | winget install --exact ` - --id RedHat.Podman ` + --id Podman.CLI ` --version "5.7.1" ` --source winget ` --accept-package-agreements ` @@ -176,7 +176,7 @@ jobs: - name: Install OCI-Container Runtime run: | winget install --exact ` - --id RedHat.Podman ` + --id Podman.CLI ` --version "5.7.1" ` --source winget ` --accept-package-agreements `