Skip to content

Commit

Permalink
Explicitly install more SDKs before build.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Nov 14, 2024
1 parent d034fb1 commit 82a3bad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checkPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # 4.0.1
with:
global-json-file: global.json
dotnet-version: 6
dotnet-version: |
6
7
8
- name: Build
run: dotnet build -c Release ./${{ github.event.repository.name }}.sln
Expand Down Expand Up @@ -52,6 +55,7 @@ jobs:
dotnet-version: |
6
7
8
- name: Start CosmosDb Emulator
uses: janpio/cosmos-emulator-github-action@8c35a1bfde25fc32234c163c044322af3f2e56e3
Expand Down

0 comments on commit 82a3bad

Please sign in to comment.