diff --git a/.github/workflows/xUnit.yml b/.github/workflows/xUnit.yml index 9e9f286..6a0bfcf 100644 --- a/.github/workflows/xUnit.yml +++ b/.github/workflows/xUnit.yml @@ -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