Skip to content

Commit 389459f

Browse files
committed
get git first on debian containers
Signed-off-by: Zen <[email protected]>
1 parent e122ef4 commit 389459f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
python-version: ['3.11', '3.12', '3.13']
5555

5656
steps:
57+
- name: Install system deps
58+
run: |
59+
sudo apt update
60+
sudo apt install -y pax-utils qemu-system-x86 git
5761
- uses: actions/checkout@v4
5862
- name: Obtain dependency projects
5963
run: |
@@ -63,10 +67,6 @@ jobs:
6367
uses: actions/setup-python@v5
6468
with:
6569
python-version: ${{ matrix.python-version }}
66-
- name: Install system deps
67-
run: |
68-
sudo apt update
69-
sudo apt install -y pax-utils qemu-system-x86
7070
- name: Install python deps
7171
run: |
7272
python -m venv venv

0 commit comments

Comments
 (0)