Skip to content

Commit

Permalink
Run dotnet --info for diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Dec 28, 2023
1 parent a7a53c4 commit a2abedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'

- name: List dotnet information
run: dotnet --info

- name: Build Vendored Dependencies
if: ${{ !matrix.use-vendored-libs }}
Expand Down

0 comments on commit a2abedd

Please sign in to comment.