We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3300ab4 commit f2c19a2Copy full SHA for f2c19a2
.github/workflows/ci.yml
@@ -285,7 +285,7 @@ jobs:
285
286
- name: Install packages
287
if: matrix.install
288
- run: sudo apt install ${{matrix.install}}
+ run: sudo apt-get -y install ${{matrix.install}}
289
290
- name: Setup Boost
291
run: |
@@ -332,7 +332,7 @@ jobs:
332
333
334
335
336
337
338
@@ -389,7 +389,7 @@ jobs:
389
390
391
392
393
394
395
0 commit comments