Skip to content

Commit ba7c545

Browse files
authored
Update build-and-test.yml
1 parent 638ca61 commit ba7c545

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ jobs:
5151
timeout-minutes: 50
5252
if: ${{ !github.event.pull_request.draft }}
5353
steps:
54+
- uses: jlumbroso/free-disk-space@main
55+
- uses: PSModule/install-powershell@v1
56+
with:
57+
Version: latest
5458
- uses: actions/checkout@v2
5559
- uses: actions/setup-dotnet@master
5660
with:
5761
dotnet-version: 9.0.100
58-
5962
- name: Build All
6063
run: ./build-all.ps1
6164
working-directory: ./build

0 commit comments

Comments
 (0)