Skip to content

Commit

Permalink
fix(ci): 安装git依赖并调整步骤顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Dec 11, 2024
1 parent 4683bd7 commit 0f8600b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
container: docker.io/library/debian:trixie
steps:
- name: Checkout Source
uses: actions/checkout@v3

- name: Install Dependencies
run: |
apt-get update
apt-get install -y sudo
apt-get install -y sudo git
- name: Checkout Source
uses: actions/checkout@v3

- name: Build Debian Src Package
uses: LingmoOS/[email protected]
Expand Down

0 comments on commit 0f8600b

Please sign in to comment.