Skip to content

Commit 57c6a4f

Browse files
authored
Explicit --yes for apt-get
1 parent 03e6e95 commit 57c6a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- name: Install Linux dependencies
6262
if: matrix.system.platform == 'linux'
6363
run: |
64-
sudo apt-get update
65-
sudo apt-get install xvfb
64+
sudo apt-get update --yes
65+
sudo apt-get install --yes xvfb
6666
- name: Install
6767
run: |
6868
pip install tox

0 commit comments

Comments
 (0)