Skip to content

Commit f88829c

Browse files
Fix CI (#48)
1 parent 42dbe11 commit f88829c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- checkout
99
- run:
1010
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
1212
mkdir build && cd "$_"
1313
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON ..
1414
make && make install
@@ -23,7 +23,7 @@ jobs:
2323
- checkout
2424
- run:
2525
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
2727
mkdir build && cd "$_"
2828
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON ..
2929
make && make install
@@ -36,4 +36,4 @@ workflows:
3636
build:
3737
jobs:
3838
- debian
39-
- ubuntu
39+
- ubuntu

0 commit comments

Comments
 (0)