Skip to content

Commit 340dcd9

Browse files
committed
Update codechecker.yaml
1 parent 344a134 commit 340dcd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codechecker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ jobs:
7575
set -eu
7676
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
7777
chmod +x rebar3
78-
./rebar3 local install
78+
sudo mv rebar3 /usr/local/bin/
7979
8080
- name: "Checkout repository"
8181
uses: actions/checkout@v4
8282

8383
- name: "Prepare Build"
8484
run: |
85-
export PATH=${PATH}:${HOME}/.cache/rebar3/bin
8685
mkdir build
8786
cd build
8887
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=OFF

0 commit comments

Comments
 (0)