Skip to content

Commit

Permalink
use yes to prevent blockades
Browse files Browse the repository at this point in the history
  • Loading branch information
Janko Uehlinger committed Sep 29, 2023
1 parent f4331d9 commit d840972
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

steps:
- name: Install Git
run: apt-get update && apt-get install git-core
run: |
yes | apt-get update
yes | apt-get upgrade
yes | apt-get install git-core
- uses: actions/checkout@main
with:
Expand Down

0 comments on commit d840972

Please sign in to comment.