Skip to content

Commit

Permalink
Restoring the dev certs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 10, 2024
1 parent db1a33f commit be5ef6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
dotnet-version: 8.0.x
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '21'
distribution: "microsoft"
java-version: "21"
- name: Install Aspire workload
run: dotnet workload install aspire
- name: Setup .NET dev certs
run: dotnet dev-certs https --trust
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit be5ef6a

Please sign in to comment.