Skip to content

Commit 344a134

Browse files
committed
..
1 parent 9388e6b commit 344a134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codechecker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
run: sudo apt install -y gcc-13 g++-13 cmake gperf zlib1g-dev ninja-build erlang libmbedtls-dev cppcheck valgrind
7272

7373
- name: "Install rebar3"
74-
run:
74+
run: |
75+
set -eu
7576
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
7677
chmod +x rebar3
7778
./rebar3 local install

0 commit comments

Comments
 (0)