Skip to content

Commit 79bcfb9

Browse files
committed
Merge pull request #1374 from pguyot/w47/further-fix-ci-rebar3
Fix esp32-mkimage workflow by installing rebar3 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents eb4943a + d5594c6 commit 79bcfb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/esp32-mkimage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
cflags: ["-O3"]
4444
otp: ["27"]
4545
elixir_version: ["1.17"]
46+
rebar3_version: ["3.24.0"]
4647
compiler_pkgs: ["clang-14"]
4748
soc: ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"]
4849
flavor: ["", "-elixir"]
@@ -62,6 +63,7 @@ jobs:
6263
with:
6364
otp-version: ${{ matrix.otp }}
6465
elixir-version: ${{ matrix.elixir_version }}
66+
rebar3-version: ${{ matrix.rebar3_version }}
6567
hexpm-mirrors: |
6668
https://builds.hex.pm
6769
https://repo.hex.pm

0 commit comments

Comments
 (0)