Skip to content

Commit

Permalink
answer y to apt-get prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 26, 2025
1 parent 5a1eca5 commit e7e59e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: install local packages
run: |
apt-get update
apt-get install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
apt-get -y install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
- name: Setup environment
run: |
echo "PERL_LWP_SSL_VERIFY_HOSTNAME=0" >> $GITHUB_ENV
Expand Down

0 comments on commit e7e59e6

Please sign in to comment.