diff --git a/.github/workflows/powershell-ci.yml b/.github/workflows/powershell-ci.yml index 8c1196d..abbf604 100644 --- a/.github/workflows/powershell-ci.yml +++ b/.github/workflows/powershell-ci.yml @@ -20,10 +20,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up PowerShell - if: runner.os != 'Windows' - uses: microsoft/setup-powershell@v3 - - name: Install Modules shell: pwsh run: |