Browse Source

Add PowerShell installation step to build-and-test workflow

Co-authored-by: Copilot <copilot@github.com>
pull/25324/head
selmankoc 1 week ago
parent
commit
585f973bfe
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -61,6 +61,8 @@ jobs:
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: jlumbroso/free-disk-space@v1.3.1
- name: Install PowerShell
run: sudo apt-get install -y powershell
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:

Loading…
Cancel
Save