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 b396689 commit f172c18Copy full SHA for f172c18
.github/workflows/build.yml
@@ -9,6 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
+ - run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
13
- uses: actions/checkout@v4
14
- uses: astral-sh/setup-uv@v6
15
with:
0 commit comments