mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 09:24:05 +08:00
Add versions for app build
This commit is contained in:
parent
f707c63c58
commit
176cf69d64
2 changed files with 4 additions and 1 deletions
3
.github/scripts/app/build_macos.sh
vendored
3
.github/scripts/app/build_macos.sh
vendored
|
@ -14,6 +14,9 @@
|
||||||
# See rel/app/macos/README.md for more information.
|
# See rel/app/macos/README.md for more information.
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
ELIXIR_VERSION="1.14.2"
|
||||||
|
OTP_VERSION="25.0.4"
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
bootstrap_otp
|
bootstrap_otp
|
||||||
download_elixir
|
download_elixir
|
||||||
|
|
2
versions
2
versions
|
@ -1,3 +1,3 @@
|
||||||
elixir="1.14.2"
|
elixir="1.14.2"
|
||||||
otp="24.3.4.2"
|
otp="25.0.4"
|
||||||
openssl="1.1.1s"
|
openssl="1.1.1s"
|
||||||
|
|
Loading…
Reference in a new issue