diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d00bb2a1f..66c9e97cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,5 +35,8 @@ jobs: with: submodules: recursive fetch-depth: 0 + - uses: actions/setup-dotnet + with: + dotnet-version: '8.x' - name: .Net info run: dotnet --info