Skip to content

Commit f172c18

Browse files
authored
sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
1 parent b396689 commit f172c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
1213
- uses: actions/checkout@v4
1314
- uses: astral-sh/setup-uv@v6
1415
with:

0 commit comments

Comments
 (0)