diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15d817f3096..c726084c96d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,10 @@ jobs: - name: Setup OD run: | bash tools/ci/setup_od.sh + - name: Setup .NET SDK + uses: actions/setup-dotnet@v4.2.0 + with: + dotnet-version: 9.x - name: Run OD run: | bash tools/ci/run_od.sh