Skip to content

Commit

Permalink
build: 添加依赖安装步骤到CI流程
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Dec 11, 2024
1 parent 9648bcf commit 4683bd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v3

- name: Install Dependencies
run: |
apt-get update
apt-get install -y sudo
- name: Build Debian Src Package
uses: LingmoOS/[email protected]
with:
Expand Down

0 comments on commit 4683bd7

Please sign in to comment.