Skip to content

Commit

Permalink
Remove Powershell Installation
Browse files Browse the repository at this point in the history
No need for separate Powershell installation because it's already available in github runner images.
  • Loading branch information
Chocolate4U committed Nov 6, 2024
1 parent ca3e44e commit 6d91c3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/findredundant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
sudo apt-get update
sudo apt-get install csvkit
- name: Install PowerShell 7.4.1
run: |
curl -sSLO https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell_7.4.1-1.deb_amd64.deb
sudo dpkg -i powershell_7.4.1-1.deb_amd64.deb
- name: Get Check-Domains script
run: curl -sSLO https://raw.githubusercontent.com/Chocolate4U/Domain-Health-Checker/main/Check-Domains.ps1

Expand Down

0 comments on commit 6d91c3d

Please sign in to comment.