Skip to content

Commit 3d31ec5

Browse files
committedNov 16, 2022
added apt-get update for integration_tests
1 parent 117135f commit 3d31ec5

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
@@ -74,6 +74,7 @@ jobs:
7474
TESTINPLACE: 1
7575
steps:
7676
- checkout
77+
- run: apt-get update
7778
- run: apt-get install -y rsync
7879
- run: git submodule update --init --recursive --remote
7980
- run: apt install -y python3-venv

0 commit comments

Comments
 (0)
Please sign in to comment.