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 f2c1043 commit f309ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Run tests
run: |
uname -p
ls -l /usr/lib/libxml*
apt list --installed | grep libxml
bundle exec rake

0 comments on commit f309ba4

Please sign in to comment.