Skip to content

Commit

Permalink
Don't install x64 if on x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 8, 2023
1 parent 4fbf346 commit ff92507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,12 @@ jobs:
shell: pwsh
run: choco install procdump -y; Add-Content $env:GITHUB_PATH "$env:ProgramData\chocolatey\bin\"
- name: Setup .NET 6.0
if: matrix.sys != 'win-x86'
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Setup .NET 7.0
if: matrix.sys != 'win-x86'
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
Expand Down

0 comments on commit ff92507

Please sign in to comment.