Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebs committed Feb 19, 2024
1 parent f309ba4 commit 11e9dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Run tests
run: |
uname -p
apt list --installed | grep libxml
apt -y install libxml2-utils
xmllint --version
bundle exec rake

0 comments on commit 11e9dfe

Please sign in to comment.