Skip to content

Commit 9f5e070

Browse files
committed
CI #15
1 parent ca70b24 commit 9f5e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Gather coverage and report to Coveralls
119119
run: |
120120
set -vxeuo pipefail
121-
apt-get install git
121+
apt-get -y update && apt-get install -y git
122122
python3 -m pip3 install \
123123
--no-cache-dir \
124124
--root-user-action ignore \

0 commit comments

Comments
 (0)