Skip to content

Commit 48af131

Browse files
authored
Run apt-get update
Fixes: #171
1 parent 5d2f15d commit 48af131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)