We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638ca61 commit ba7c545Copy full SHA for ba7c545
.github/workflows/build-and-test.yml
@@ -51,11 +51,14 @@ jobs:
51
timeout-minutes: 50
52
if: ${{ !github.event.pull_request.draft }}
53
steps:
54
+ - uses: jlumbroso/free-disk-space@main
55
+ - uses: PSModule/install-powershell@v1
56
+ with:
57
+ Version: latest
58
- uses: actions/checkout@v2
59
- uses: actions/setup-dotnet@master
60
with:
61
dotnet-version: 9.0.100
-
62
- name: Build All
63
run: ./build-all.ps1
64
working-directory: ./build
0 commit comments