Skip to content

Commit

Permalink
ci: use node x64
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas authored Sep 18, 2023
1 parent 92ed8ca commit e0c6b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
init:
- cmd: git config --global core.autocrlf true
install:
- ps: Install-Product node 20.6.1
- ps: Install-Product node 20.6.1 x64
- ps: .\dotnet-install.ps1 -Version 6.0.11 -Runtime dotnet -Architecture x64 -InstallDir "C:\Program Files\dotnet"
- ps: .\dotnet-install.ps1 -Version 6.0.11 -Runtime aspnetcore -Architecture x64 -InstallDir "C:\Program Files\dotnet"
- ps: .\dotnet-install.ps1 -Version $env:donetsdk -InstallDir "C:\Program Files\dotnet"
Expand Down

0 comments on commit e0c6b29

Please sign in to comment.