Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ci: add dotnet diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 26, 2023
1 parent 85c7f0f commit 59936a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
fetch-depth: 0

- name: Print dotnet version
run: dotnet --info

- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -97,6 +100,9 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Print dotnet version
run: dotnet --info

- name: Download Rust Artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 59936a8

Please sign in to comment.