Skip to content

Commit 6984a84

Browse files
committed
ci(apt): install uv inside sbuild chroot; remove IGNORE_MISSING_DEPS workaround
1 parent a8ebb9a commit 6984a84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
--build ${{ env.BUILD_ARCH }} \
121121
--dist ${{ matrix.dist }} \
122122
--build-dep-resolver=apt \
123-
--build-envvar=IGNORE_MISSING_DEPS=1 \
124-
--chroot-setup-commands="apt-get update && apt-get install -y build-essential" \
123+
--chroot-setup-commands="apt-get update && apt-get install -y build-essential curl ca-certificates && sh -c 'curl -LsSf https://astral.sh/uv/install.sh | sh' && install -m 0755 -D /root/.local/bin/uv /usr/local/bin/uv" \
125124
*.dsc
126125
- name: Upload binary package artifact
127126
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)