Skip to content

Commit 234e810

Browse files
authored
Update config.yml
1 parent b5b838d commit 234e810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- checkout
88
- run:
99
name: Install required packages
10-
command: apt-get install git yum & yum install git
10+
command: apt install yum && yum install git
1111
- run:
1212
name: Greeting
1313
command: echo Hello, world.

0 commit comments

Comments
 (0)