We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fbd9a commit f066493Copy full SHA for f066493
.github/workflows/ci.yml
@@ -122,7 +122,5 @@ jobs:
122
enable-cache: true
123
- name: Install the project
124
run: uv sync --locked --all-extras --dev
125
- - name: Install required apt
126
- run: sudo apt-get install -y devscripts
127
- name: Run Debmagic build on ourself
128
- run: uv run debmagic build --driver=none
+ run: uv run debmagic build --driver=docker
0 commit comments