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 483e553 commit 99884ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get -y install ghostscript imagemagick texlive-extra-utils pdf2svg inkscape
sudo apt-get update --yes --fix-missing
sudo apt-get install --yes ghostscript imagemagick texlive-extra-utils pdf2svg inkscape
- uses: teatimeguest/[email protected]
with:
update-all-packages: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: djdefi/cloc-action@7
with:
options: --json --report-file=cloc.json
- run: sudo apt-get update && sudo apt-get install --yes jq bc
- run: sudo apt-get update --yes --fix-missing && sudo apt-get install --yes jq bc
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xs3p-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y xsltproc
- run: sudo apt-get update --yes --fix-missing && sudo apt-get install --yes xsltproc
- run: |
mkdir gh-pages
xsltproc \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xs3p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y xsltproc
- run: sudo apt-get update --yes --fix-missing && sudo apt-get install --yes xsltproc
- run: |
mkdir gh-pages
xsltproc \
Expand Down
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ assets:
pubring.gpg: yegor256/objectionary-secrets#pubring.gpg
secring.gpg: yegor256/objectionary-secrets#secring.gpg
install: |
sudo apt-get install -y python3-pygments
sudo apt-get install --yes python3-pygments
sudo pip3 install pygments
javac -version
pdd --file=/dev/null
Expand Down

0 comments on commit 99884ec

Please sign in to comment.