Skip to content

Commit

Permalink
Install .NET after getting global.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Jan 15, 2025
1 parent ab847fa commit 5df591e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Install .NET
uses: actions/setup-dotnet@v3
- name: Check out code
uses: actions/checkout@v3
- name: Install .NET
uses: actions/setup-dotnet@v3
- name: Restore
run: .\build.ps1 restore
- name: Build
Expand Down

0 comments on commit 5df591e

Please sign in to comment.