Skip to content

Commit 60dd939

Browse files
author
EarthmanT
committed
try this way
1 parent 75431c3 commit 60dd939

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ executors:
2323
docker:
2424
- image: circleci/python:3.6
2525

26+
commands:
27+
install_libvirt_dev:
28+
steps:
29+
- run: sudo apt-get update
30+
- run: sudo apt-get install libvirt-dev
31+
2632
jobs:
2733
custom_unittest:
2834
executor: py36
2935
steps:
30-
- run: sudo apt-get update
31-
- run: sudo apt-get install libvirt-dev
36+
- install_libvirt_dev
3237
- node/unittests_job # Utilize commands in steps
3338

3439
workflows:

0 commit comments

Comments
 (0)