Skip to content

Commit e1ecd14

Browse files
committed
ci: fix ubuntu
1 parent 115d4c5 commit e1ecd14

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
branches:
1414
- "**"
1515
paths:
16-
- ".github/workflows/ci.yml"
17-
- "assets/**"
16+
- ".github/workflows/ci.yml"
17+
- "assets/**"
1818
workflow_dispatch:
1919

2020
jobs:
@@ -89,6 +89,11 @@ jobs:
8989
fail-fast: false
9090

9191
steps:
92+
- name: Install dep
93+
run: |
94+
pacman -Sy
95+
pacman -S --noconfirm python git
96+
9297
# https://github.com/MaaAssistantArknights/MaaFramework/actions/runs/5643408179/job/15285186255
9398
- uses: actions/checkout@v3
9499
with:

0 commit comments

Comments
 (0)