From 34c4f19598761da882f26c43ba68bb26ce7bfad9 Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Sun, 14 Jul 2024 21:17:15 -1000 Subject: [PATCH] fix --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 028ec8da..757e2944 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,7 +75,7 @@ jobs: FROM ubuntu:20.04 ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8 - RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y python3-pip + RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y python3-pip git-core RUN useradd -ms /bin/bash -u 1337 wdler USER wdler