Skip to content

Commit db8d0b5

Browse files
authored
circleci: update archives list before installing packages (#45)
1 parent 3c52ff4 commit db8d0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run:
2020
name: Deps
2121
command: |
22+
sudo apt-get update
2223
sudo apt-get install cmake openssh-server
2324
pip install -r requirements_dev.txt
2425
- python/save-cache:

0 commit comments

Comments
 (0)