mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-28 18:03:27 +02:00
build erlang with kerl
This commit is contained in:
parent
2ddcd2cc5a
commit
0677f1c155
1 changed files with 3 additions and 3 deletions
6
.github/workflows/erlang.yml
vendored
6
.github/workflows/erlang.yml
vendored
|
@ -18,11 +18,11 @@ jobs:
|
||||||
|
|
||||||
- name: Setup erlang
|
- name: Setup erlang
|
||||||
run: |
|
run: |
|
||||||
apt-get -y update
|
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
|
||||||
apt-get -y install erlang=21.3.8
|
chmod +x kerl
|
||||||
|
kerl build ${{matrix.otp}}
|
||||||
erlang --version
|
erlang --version
|
||||||
|
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue