File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- checkout
9
9
- run :
10
10
command : |
11
- apt update && apt -y install git gcc clang cmake libcriterion-dev libbaseencode-dev libgcrypt20-dev
11
+ apt update && apt -y install git gcc clang cmake libcriterion-dev libgcrypt20-dev
12
12
mkdir build && cd "$_"
13
13
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON ..
14
14
make && make install
23
23
- checkout
24
24
- run :
25
25
command : |
26
- apt update && apt -y install git gcc clang cmake libcriterion-dev libbaseencode-dev libgcrypt20-dev
26
+ apt update && apt -y install git gcc clang cmake libcriterion-dev libgcrypt20-dev
27
27
mkdir build && cd "$_"
28
28
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON ..
29
29
make && make install
@@ -36,4 +36,4 @@ workflows:
36
36
build :
37
37
jobs :
38
38
- debian
39
- - ubuntu
39
+ - ubuntu
You can’t perform that action at this time.
0 commit comments