Skip to content

Commit

Permalink
some dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge committed Jun 24, 2024
1 parent 29e0426 commit f2bd9d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
fetch-depth: 0
submodules: 'true'

- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

- name: Restore tools
run: dotnet tool restore

- name: "Install Node.js"
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f2bd9d3

Please sign in to comment.