Skip to content

Commit f066493

Browse files
committed
ci: change self-build to use docker driver
1 parent 99fbd9a commit f066493

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,5 @@ jobs:
122122
enable-cache: true
123123
- name: Install the project
124124
run: uv sync --locked --all-extras --dev
125-
- name: Install required apt
126-
run: sudo apt-get install -y devscripts
127125
- name: Run Debmagic build on ourself
128-
run: uv run debmagic build --driver=none
126+
run: uv run debmagic build --driver=docker

0 commit comments

Comments
 (0)