Skip to content

Commit

Permalink
Install dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jun 18, 2024
1 parent 777196d commit 60411bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- uses: actions/setup-node@v4
- uses: actions/setup-python@v5
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
Expand Down

0 comments on commit 60411bf

Please sign in to comment.