|
@@ -87,7 +87,7 @@ jobs:
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/download-artifact@v2
|
|
- uses: actions/download-artifact@v2
|
|
|
with:
|
|
with:
|
|
|
- name: source-24.1.1-emqx-1
|
|
|
|
|
|
|
+ name: source-23.2.7.2-emqx-2
|
|
|
path: .
|
|
path: .
|
|
|
- name: unzip source code
|
|
- name: unzip source code
|
|
|
run: Expand-Archive -Path source-23.2.7.2-emqx-2.zip -DestinationPath ./
|
|
run: Expand-Archive -Path source-23.2.7.2-emqx-2.zip -DestinationPath ./
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
id: install_erlang
|
|
id: install_erlang
|
|
|
## gleam-lang/setup-erlang does not yet support the installation of otp24 on windows
|
|
## gleam-lang/setup-erlang does not yet support the installation of otp24 on windows
|
|
|
with:
|
|
with:
|
|
|
- otp-version: 24.1
|
|
|
|
|
|
|
+ otp-version: 23.2
|
|
|
- name: build
|
|
- name: build
|
|
|
env:
|
|
env:
|
|
|
PYTHON: python
|
|
PYTHON: python
|