Skip to content

Commit 04f2d46

Browse files
authored
Update config.yml
1 parent a0253fb commit 04f2d46

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
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
v1804:
77
docker:
8-
- image: cimg/base:2020.07
8+
- image: cimg/base:2022.08-18.04
99
working_directory: /home/circleci/DEploid
1010
steps:
1111
- checkout
@@ -47,7 +47,7 @@ jobs:
4747

4848
v2004:
4949
docker:
50-
- image: cimg/base:2022.08
50+
- image: cimg/base:2022.08 # stable-20.04
5151
working_directory: /home/circleci/DEploid
5252
steps:
5353
- checkout
@@ -103,7 +103,7 @@ jobs:
103103
command: |
104104
sudo apt-get update
105105
curl -fsSL https://git.io/vHGMF | bash
106-
sudo apt-get install libcppunit-dev
106+
sudo apt-get install libcppunit-dev automake
107107
sudo apt-get install valgrind
108108
- run:
109109
name: Getting ready

0 commit comments

Comments
 (0)