From dd4fbf958391022b22b25a7a29f9d0d97f63ae1b Mon Sep 17 00:00:00 2001 From: harryob Date: Thu, 9 Jan 2025 07:18:28 +0000 Subject: [PATCH] Update ci_suite.yml --- .github/workflows/ci_suite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 716686b51433..d4bac42906b7 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -67,6 +67,9 @@ jobs: name: Lint with OpenDream runs-on: ubuntu-22.04 steps: + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: 9 - uses: actions/checkout@v4 - uses: robinraju/release-downloader@v1.9 with: