Skip to content

Commit

Permalink
match only installed version of powershell
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle committed Oct 15, 2024
1 parent 28555e0 commit 435dda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 435dda1

Please sign in to comment.