Skip to content

Commit 34c4f19

Browse files
committed
fix
1 parent 5875254 commit 34c4f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
FROM ubuntu:20.04
7676
ENV LC_ALL C.UTF-8
7777
ENV LANG C.UTF-8
78-
RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y python3-pip
78+
RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y python3-pip git-core
7979
8080
RUN useradd -ms /bin/bash -u 1337 wdler
8181
USER wdler

0 commit comments

Comments
 (0)