chore: Fixes build tool workflow (#2393)

This commit is contained in:
Kamron Batman 2026-03-28 21:30:50 -07:00 committed by GitHub
parent ec4d6a7a85
commit 12b81c7375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Full clone required for Nerdbank.GitVersioning
- name: Install .NET
uses: actions/setup-dotnet@v4