Skip to content

Commit

Permalink
Workflow gets tool?
Browse files Browse the repository at this point in the history
  • Loading branch information
thygrrr committed Nov 14, 2024
1 parent e78fb1f commit b7c3d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/xUnit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Get Tools
run: dotnet tool install --global dotnet-codegencs --version 3.5.0
- name: Restore dependencies
run: dotnet restore fennecs.tests/fennecs.tests.csproj
- name: Build
Expand Down

0 comments on commit b7c3d0d

Please sign in to comment.