Skip to content

Commit 85ba6f8

Browse files
committed
Added apt-update to install-rerequisites step
1 parent d6d7a70 commit 85ba6f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ commands:
1414
- run:
1515
name: "Install project dependencies"
1616
command: npm i
17-
apt-update:
18-
steps:
19-
- run:
20-
name: "APT update"
21-
command: sudo apt-get update
2217
install-prerequisites:
2318
steps:
2419
- run:
2520
name: "Fetch and install libsecret"
2621
command: sudo apt-get install -y libsecret-1-dev
22+
- run:
23+
name: "APT update"
24+
command: sudo apt-get update
2725
run-unit-tests:
2826
steps:
2927
- run:

0 commit comments

Comments
 (0)