Skip to content

Commit

Permalink
#152 install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 15, 2024
1 parent 38d8958 commit 9fe2e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- run: apt-get update && apt-get install -y libxml2-utils
- run: make install
- run: make
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
# SOFTWARE.
---
docker:
image: yegor256/rultor-image:1.23.1
image: yegor256/rultor-ruby
assets:
docker-password: yegor256/home#assets/docker-password
install: |
sudo apt-get update && sudo apt-get install -y libxml2-utils
sudo make install clean "--directory=$(pwd)"
merge:
script: |-
Expand Down

0 comments on commit 9fe2e7b

Please sign in to comment.