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
|
||||
run: |
|
||||
apt-get -y update
|
||||
apt-get -y install erlang=21.3.8
|
||||
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
|
||||
chmod +x kerl
|
||||
kerl build ${{matrix.otp}}
|
||||
erlang --version
|
||||
|
||||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue