Skip to content

Commit

Permalink
Merge pull request #1374 from pguyot/w47/further-fix-ci-rebar3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bettio committed Nov 23, 2024
2 parents eb4943a + d5594c6 commit 79bcfb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/esp32-mkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
cflags: ["-O3"]
otp: ["27"]
elixir_version: ["1.17"]
rebar3_version: ["3.24.0"]
compiler_pkgs: ["clang-14"]
soc: ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"]
flavor: ["", "-elixir"]
Expand All @@ -62,6 +63,7 @@ jobs:
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir_version }}
rebar3-version: ${{ matrix.rebar3_version }}
hexpm-mirrors: |
https://builds.hex.pm
https://repo.hex.pm
Expand Down

0 comments on commit 79bcfb9

Please sign in to comment.