Merge pull request #4846 from zmstone/fix-ci-ensure-erlang-23

test: ensure erlang 23 in more github actions
This commit is contained in:
Zaiming (Stone) Shi 2021-05-21 18:55:17 +02:00 committed by GitHub
commit a466bca95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: gleam-lang/setup-erlang@v1.1.2
id: install_erlang
with:
otp-version: 23.2
- name: prepare - name: prepare
run: | run: |
if make emqx-ee --dry-run > /dev/null 2>&1; then if make emqx-ee --dry-run > /dev/null 2>&1; then