Skip to content

Commit

Permalink
--yes for apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 31, 2025
1 parent e030474 commit 15200fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
with:
ruby-version: 3.3
bundler-cache: true
- run: sudo apt-get update && sudo apt-get install -y libxml2-utils
- run: sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils
- run: make install
- run: make
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker:
assets:
docker-password: yegor256/home#assets/docker-password
install: |
sudo apt-get update && sudo apt-get install -y libxml2-utils wget nodejs npm
sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm
sudo make install clean "--directory=$(pwd)"
merge:
script: |-
Expand Down

0 comments on commit 15200fb

Please sign in to comment.