Skip to content

Commit

Permalink
yes flag for apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Feb 7, 2024
1 parent 05faae5 commit c3169c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash
- name: Install Zip
run: |
apt-get update && apt-get install zip
apt-get update && apt-get install -y zip
shell: bash
- name: Zip current state
run: |
Expand Down

0 comments on commit c3169c6

Please sign in to comment.