diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 785e7f0e554..8004afc5a53 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -254,7 +254,7 @@ jobs: sudo apt-get remove -y firefox fi - if dpkg -l | grep -q 'powershell'; then + if dpkg -l | grep -q '^powershell'; then sudo apt-get remove -y powershell fi