mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
check if erlang present
This commit is contained in:
parent
db90feea75
commit
df38422847
1 changed files with 6 additions and 3 deletions
9
.github/workflows/erlang.yml
vendored
9
.github/workflows/erlang.yml
vendored
|
@ -12,9 +12,12 @@ jobs:
|
||||||
ruby: [2.6.3]
|
ruby: [2.6.3]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.0.0
|
- uses: actions/checkout@v2.0.0
|
||||||
- uses: gleam-lang/setup-erlang@v1.1.2
|
# - uses: gleam-lang/setup-erlang@v1.1.2
|
||||||
with:
|
# with:
|
||||||
otp-version: ${{matrix.otp}}
|
# otp-version: ${{matrix.otp}}
|
||||||
|
|
||||||
|
- name: Erlang version
|
||||||
|
run: 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