Skip to content

Commit

Permalink
Update .github/actions/setup_apt/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Apr 29, 2024
1 parent 0ed1ece commit 28a7ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_apt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Set Retry options
shell: bash
run: |
echo 'Acquire::Retries "3";' >> /etc/apt/apt.conf
echo 'Acquire::Retries "10";' >> /etc/apt/apt.conf
- name: Set Install options
shell: bash
Expand Down

0 comments on commit 28a7ea9

Please sign in to comment.