Skip to content

Commit 9976ec5

Browse files
authored
Add GitHub Actions for disk space and PowerShell
1 parent f749c48 commit 9976ec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ 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:

0 commit comments

Comments
 (0)