From 4cf5e6db19e7fa41fb650088ee164c2e2a325279 Mon Sep 17 00:00:00 2001 From: harryob Date: Fri, 10 Jan 2025 12:59:36 +0000 Subject: [PATCH] setup dotnet9 for od linter --- .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 9636c6c48e1..2253d713f76 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -68,6 +68,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: