From 97cc436eeb082266adc45ba01110889dde6c4823 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Wed, 25 Sep 2024 16:00:40 +0700 Subject: [PATCH] add setup dotnet to integration-test-gha.yaml --- .github/workflows/integration-test-gha.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-test-gha.yaml b/.github/workflows/integration-test-gha.yaml index 8161dcb22..ca606e02b 100644 --- a/.github/workflows/integration-test-gha.yaml +++ b/.github/workflows/integration-test-gha.yaml @@ -22,6 +22,9 @@ jobs: - uses: actions/checkout@v4 with: submodules: true + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: '9.x' - name: Install Task uses: arduino/setup-task@v2 with: