Skip to content

Commit 0d0b460

Browse files
committed
Use latest OTP
1 parent 4e9ce1a commit 0d0b460

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
# Note: this must match the $rabbitmq_installer_path and $erlang_installer_path values in
1111
# tools\appveyor\install.ps1
1212
- "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.5.exe"
13-
- "%HOMEDRIVE%%HOMEPATH%\\otp_win64_23.0.1.exe"
13+
- "%HOMEDRIVE%%HOMEPATH%\\otp_win64_23.0.2.exe"
1414

1515
install:
1616
- ps: .\tools\appveyor\install.ps1

tools/appveyor/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Set-StrictMode -Version 2.0
77
Write-Host '[INFO] Removing all existing versions of Erlang...'
88
Get-ChildItem -Path 'C:\Program Files\erl*\Uninstall.exe' | %{ Start-Process -Wait -NoNewWindow -FilePath $_ -ArgumentList '/S' }
99

10-
$erlang_download_url = 'http://erlang.org/download/otp_win64_23.0.1.exe'
11-
$erlang_installer_path = Join-Path -Path $HOME -ChildPath 'otp_win64_23.0.1.exe'
10+
$erlang_download_url = 'http://erlang.org/download/otp_win64_23.0.2.exe'
11+
$erlang_installer_path = Join-Path -Path $HOME -ChildPath 'otp_win64_23.0.2.exe'
1212
$erlang_install_dir = Join-Path -Path $HOME -ChildPath 'erlang'
1313

1414
Write-Host '[INFO] Downloading Erlang...'

0 commit comments

Comments
 (0)