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 a8ebb9a commit 6984a84Copy full SHA for 6984a84
.github/workflows/apt.yml
@@ -120,8 +120,7 @@ jobs:
120
--build ${{ env.BUILD_ARCH }} \
121
--dist ${{ matrix.dist }} \
122
--build-dep-resolver=apt \
123
- --build-envvar=IGNORE_MISSING_DEPS=1 \
124
- --chroot-setup-commands="apt-get update && apt-get install -y build-essential" \
+ --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" \
125
*.dsc
126
- name: Upload binary package artifact
127
uses: actions/upload-artifact@v4
0 commit comments