mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
install erlang package
This commit is contained in:
parent
df38422847
commit
2ddcd2cc5a
1 changed files with 7 additions and 2 deletions
9
.github/workflows/erlang.yml
vendored
9
.github/workflows/erlang.yml
vendored
|
@ -16,8 +16,13 @@ jobs:
|
|||
# with:
|
||||
# otp-version: ${{matrix.otp}}
|
||||
|
||||
- name: Erlang version
|
||||
run: erlang --version
|
||||
- name: Setup erlang
|
||||
run: |
|
||||
apt-get -y update
|
||||
apt-get -y install erlang=21.3.8
|
||||
erlang --version
|
||||
|
||||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue