Erlang upgrade / Removing a package from appveyor
Hey people,
how would I go about removing erl8.3 from the build environment?
I need to upgrade it to erl9.0
Thanks!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Daniel K on 18 Dec, 2017 02:26 PM
Got it:
- SET PATH=%PATH:C:\Program Files\erl8.3\bin;=%
Support Staff 2 Posted by Feodor Fitsner on 18 Dec, 2017 06:53 PM
Hi Daniel,
You can use this PS script to install Erlang 9.1 during the build:
We added an issue to update it on the image: https://github.com/appveyor/ci/issues/1987
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:25 AM.