Skip to content

Commit b4cf679

Browse files
committed
Fixed ordering of steps in install-prerequisites command
1 parent 85ba6f8 commit b4cf679

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
@@ -16,12 +16,12 @@ commands:
1616
command: npm i
1717
install-prerequisites:
1818
steps:
19-
- run:
20-
name: "Fetch and install libsecret"
21-
command: sudo apt-get install -y libsecret-1-dev
2219
- run:
2320
name: "APT update"
2421
command: sudo apt-get update
22+
- run:
23+
name: "Fetch and install libsecret"
24+
command: sudo apt-get install -y libsecret-1-dev
2525
run-unit-tests:
2626
steps:
2727
- run:

0 commit comments

Comments
 (0)