Skip to content

Commit

Permalink
Fix rust workglow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Feb 28, 2024
1 parent 34f05f4 commit e6eae11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
toolchain: stable
- name: Install xmllint
run: |
sudo apt update
sudo apt-get install -y libxml2-utils
run: |
sudo apt update
sudo apt-get install -y libxml2-utils
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit e6eae11

Please sign in to comment.