File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,11 +311,11 @@ jobs:
311
311
run : |
312
312
sudo apt purge `{ dpkg --get-selections '*mysql*'; dpkg --get-selections '*mariadb*'; } | sed 's/[:\t].*//'`
313
313
- name : Install client dependences (1)
314
- if : ${{ matrix.client-version != 'system' && matrix.client-version != 'system-pic' && ( matrix.server-version != 'system' || matrix.client-version != 'same-as-server' ) }}
314
+ if : ${{ matrix.client-version != 'system' && ( matrix.server-version != 'system' || matrix.client-version != 'same-as-server' ) }}
315
315
run : |
316
316
sudo apt install libgnutls28-dev libncurses5 libncursesw5 libstdc++5
317
317
- name : Install client dependences (2)
318
- if : ${{ matrix.client-version != 'system' && matrix.client-version != 'system-pic' && ( matrix.server-version != 'system' || matrix.client-version != 'same-as-server' ) }}
318
+ if : ${{ matrix.client-version != 'system' && ( matrix.server-version != 'system' || matrix.client-version != 'same-as-server' ) }}
319
319
run : |
320
320
wget --progress=bar:force http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb -O /tmp/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
321
321
wget --progress=bar:force http://security.ubuntu.com/ubuntu/pool/universe/j/jemalloc/libjemalloc1_3.6.0-11_amd64.deb -O /tmp/libjemalloc1_3.6.0-11_amd64.deb
You can’t perform that action at this time.
0 commit comments