Skip to content

Commit 0adbf88

Browse files
authored
Merge pull request #173 from pykong/patch-1
Run apt-get update
2 parents 5d2f15d + c477ccb commit 0adbf88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
sh sbin/circleci.sh install_package_control
2121
sh sbin/circleci.sh run_tests --coverage
2222
- run: |
23+
apt-get update
2324
apt-get install python3-pip -y
2425
pip3 install coverage==4.5.4 codecov==2.0.15
2526
codecov

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
sh sbin/github.sh install_package_control
2626
sh sbin/github.sh run_tests --coverage
2727
- run: |
28+
apt-get update
2829
apt-get install python3-pip -y
2930
pip3 install coverage==4.5.4 codecov==2.0.15
3031
codecov

0 commit comments

Comments
 (0)