Skip to content

Commit

Permalink
ci: fix ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 13, 2024
1 parent 115d4c5 commit ef0b413
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
branches:
- "**"
paths:
- ".github/workflows/ci.yml"
- "assets/**"
- ".github/workflows/ci.yml"
- "assets/**"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ef0b413

Please sign in to comment.