Ma Liming
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
1 deletions
-
.github/workflows/build-and-test.yml
|
|
|
@ -51,11 +51,14 @@ jobs: |
|
|
|
timeout-minutes: 50 |
|
|
|
if: ${{ !github.event.pull_request.draft }} |
|
|
|
steps: |
|
|
|
- uses: jlumbroso/free-disk-space@main |
|
|
|
- uses: PSModule/install-powershell@v1 |
|
|
|
with: |
|
|
|
Version: latest |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/setup-dotnet@master |
|
|
|
with: |
|
|
|
dotnet-version: 9.0.100 |
|
|
|
|
|
|
|
- name: Build All |
|
|
|
run: ./build-all.ps1 |
|
|
|
working-directory: ./build |
|
|
|
|