Browse Source

Move free-disk-space step before checkout in CI

pull/23802/head
maliming 4 months ago
parent
commit
2ada8731c3
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      .github/workflows/build-and-test.yml

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

@ -51,11 +51,11 @@ jobs:
timeout-minutes: 50
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@master
with:
dotnet-version: 10.0.x
- uses: jlumbroso/free-disk-space@main
- name: Build All
run: ./build-all.ps1
working-directory: ./build

Loading…
Cancel
Save