Browse Source

Update build-and-test.yml

pull/24104/head
Ma Liming 3 months ago
committed by GitHub
parent
commit
ba7c545e1f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/build-and-test.yml

5
.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

Loading…
Cancel
Save