Skip to content

Commit

Permalink
--yes
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Oct 5, 2023
1 parent 6ad4147 commit dc6bdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: install git
run: |
apt-get --yes install sudo
sudo apt update --fix-missing
sudo apt upgrade
sudo apt update --fix-missing --yes
sudo apt upgrade --yes
sudo apt-get install --yes git-all
- name: Set environment variables
run: |
Expand Down

0 comments on commit dc6bdfc

Please sign in to comment.