From ef0b413f09715f98a83b6d1f611a11f12994153b Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 14 Feb 2024 02:43:30 +0800 Subject: [PATCH] ci: fix ubuntu --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f163760b..c486bd96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ on: branches: - "**" paths: - - ".github/workflows/ci.yml" - - "assets/**" + - ".github/workflows/ci.yml" + - "assets/**" workflow_dispatch: jobs: @@ -89,6 +89,11 @@ jobs: fail-fast: false steps: + - name: Install git on container + run: | + apt update + apt install -y git + # https://github.com/MaaAssistantArknights/MaaFramework/actions/runs/5643408179/job/15285186255 - uses: actions/checkout@v3 with: