Skip to content

Commit d5a5f88

Browse files
authored
Always install ubuntu test sources
1 parent cd91b8f commit d5a5f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ jobs:
291291
- run: git checkout HEAD^2
292292
if: ${{ github.event_name == 'pull_request' }}
293293

294-
- name: Install Ubuntu test sources (for extra builds)
294+
- name: Install Ubuntu test sources
295295
run: |
296296
sudo add-apt-repository ppa:ubuntu-toolchain-r/test ;
297297
sudo apt-get update ;
298-
if: ${{ matrix.test-group == 'extra' && matrix.os-type == 'ubuntu' }}
298+
if: ${{ matrix.os-type == 'ubuntu' }}
299299

300300
- name: Install apache benchmark if needed
301301
run: sudo apt-get install apache2-utils ;

0 commit comments

Comments
 (0)