mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
make install
This commit is contained in:
parent
88cdc0bb03
commit
cd6032b1e1
1 changed files with 7 additions and 3 deletions
10
.github/workflows/erlang.yml
vendored
10
.github/workflows/erlang.yml
vendored
|
@ -18,9 +18,13 @@ jobs:
|
|||
|
||||
- name: Setup erlang
|
||||
run: |
|
||||
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
|
||||
chmod +x kerl
|
||||
./kerl build ${{matrix.otp}}
|
||||
git clone https://github.com/erlang/otp.git
|
||||
cd otp
|
||||
git checkout OTP 21.3.8.17
|
||||
./otp_build autoconf
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
erlang --version
|
||||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue