Skip to content

Commit

Permalink
Install libxml2-utils in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Nov 12, 2023
1 parent bcb3e4b commit 9ac8094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install xmllint
run: sudo apt-get install -y libxml2-utils
- name: Login to crates.io
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install xmllint
run: sudo apt-get install -y libxml2-utils
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 9ac8094

Please sign in to comment.