summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-and-install.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 0a30e87723..0d23d43e7d 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -49,12 +49,11 @@ jobs:
- distro: 'debian:buster'
pre: 'apt-get update'
- distro: 'debian:stretch'
+ pre: 'apt-get update'
- distro: 'ubuntu:20.04'
pre: 'apt-get update'
- distro: 'ubuntu:19.10'
pre: 'apt-get update'
- - distro: 'ubuntu:19.04'
- pre: 'apt-get update'
- distro: 'ubuntu:18.04'
pre: 'apt-get update'
- distro: 'ubuntu:16.04'