We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd91b8f commit d5a5f88Copy full SHA for d5a5f88
.github/workflows/verify-build.yml
@@ -291,11 +291,11 @@ jobs:
291
- run: git checkout HEAD^2
292
if: ${{ github.event_name == 'pull_request' }}
293
294
- - name: Install Ubuntu test sources (for extra builds)
+ - name: Install Ubuntu test sources
295
run: |
296
sudo add-apt-repository ppa:ubuntu-toolchain-r/test ;
297
sudo apt-get update ;
298
- if: ${{ matrix.test-group == 'extra' && matrix.os-type == 'ubuntu' }}
+ if: ${{ matrix.os-type == 'ubuntu' }}
299
300
- name: Install apache benchmark if needed
301
run: sudo apt-get install apache2-utils ;
0 commit comments