Skip to content

Commit

Permalink
Install .NET 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito committed Jul 27, 2023
1 parent c3abfcd commit 64a5785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,12 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y dos2unix
shell: bash

- name: Setup .NET Core
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: 7.x
dotnet-quality: 'ga'

- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down

0 comments on commit 64a5785

Please sign in to comment.