Skip to content

Commit

Permalink
add setup dotnet to integration-test-gha.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Sep 25, 2024
1 parent f8dbc6c commit 97cc436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test-gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97cc436

Please sign in to comment.