We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9388e6b commit 344a134Copy full SHA for 344a134
.github/workflows/codechecker.yaml
@@ -71,7 +71,8 @@ jobs:
71
run: sudo apt install -y gcc-13 g++-13 cmake gperf zlib1g-dev ninja-build erlang libmbedtls-dev cppcheck valgrind
72
73
- name: "Install rebar3"
74
- run:
+ run: |
75
+ set -eu
76
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
77
chmod +x rebar3
78
./rebar3 local install
0 commit comments