We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a134 commit 340dcd9Copy full SHA for 340dcd9
.github/workflows/codechecker.yaml
@@ -75,14 +75,13 @@ jobs:
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
+ sudo mv rebar3 /usr/local/bin/
79
80
- name: "Checkout repository"
81
uses: actions/checkout@v4
82
83
- name: "Prepare Build"
84
run: |
85
- export PATH=${PATH}:${HOME}/.cache/rebar3/bin
86
mkdir build
87
cd build
88
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF
0 commit comments