We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a648d22 commit ef15182Copy full SHA for ef15182
.github/workflows/ci.yml
@@ -569,7 +569,7 @@ jobs:
569
570
- name: Install packages
571
if: matrix.install
572
- run: sudo apt install ${{matrix.install}}
+ run: sudo apt-get -y install ${{matrix.install}}
573
574
- name: Setup Boost
575
run: |
@@ -618,7 +618,7 @@ jobs:
618
619
620
621
622
623
624
@@ -677,7 +677,7 @@ jobs:
677
678
679
680
681
682
683
0 commit comments