@cryptotaxi247 / netdata-1 / commits / facbc4075

Fix the build matrix in the build & install checks. (#8715)

It had a couple of errors, causing unwanted behavior (including testing on a platform we didn't mean to test on any longer.

Austin S. Hemmelgarn committed Apr 14, 2020 at 22:54 UTC facbc4075d47d199538c2e809c2486eab0dcb996
1 file changed +1 -2
.github/workflows/build-and-install.yml
+1 -2
@@ -49,12 +49,11 @@ jobs:
49 - distro: 'debian:buster'
50 pre: 'apt-get update'
51 - distro: 'debian:stretch'
52 + pre: 'apt-get update'
53 - distro: 'ubuntu:20.04'
54 pre: 'apt-get update'
55 - distro: 'ubuntu:19.10'
56 pre: 'apt-get update'
56 - - distro: 'ubuntu:19.04'
57 - pre: 'apt-get update'
57 - distro: 'ubuntu:18.04'
58 pre: 'apt-get update'
59 - distro: 'ubuntu:16.04'