Skip to content

Commit 9388e6b

Browse files
committed
rebar3
1 parent eeb4514 commit 9388e6b

File tree

2 files changed

+7
-141
lines changed

2 files changed

+7
-141
lines changed

.github/workflows/codechecker.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,18 @@ jobs:
7070
- name: "Install deps"
7171
run: sudo apt install -y gcc-13 g++-13 cmake gperf zlib1g-dev ninja-build erlang libmbedtls-dev cppcheck valgrind
7272

73+
- name: "Install rebar3"
74+
run:
75+
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
76+
chmod +x rebar3
77+
./rebar3 local install
78+
7379
- name: "Checkout repository"
7480
uses: actions/checkout@v4
7581

7682
- name: "Prepare Build"
7783
run: |
84+
export PATH=${PATH}:${HOME}/.cache/rebar3/bin
7885
mkdir build
7986
cd build
8087
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF

.github/workflows/esp32-simtest.yaml

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)