Skip to content

Commit

Permalink
🔧 Install .NET 6.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Jul 15, 2024
1 parent 5a78f23 commit b2c7959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
dotnet-version: ${{ inputs.dotnet_version }}

- name: "Setup .NET 6.0 SDK"
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.424'

- name: "Build and test"
run: dotnet run --project build/orchestrator -- --target=Default --dotnet-configuration=Release
env:
Expand Down

0 comments on commit b2c7959

Please sign in to comment.