summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools-clang-9.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/autotools-clang-9.yml')
-rw-r--r--.github/workflows/autotools-clang-9.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/autotools-clang-9.yml b/.github/workflows/autotools-clang-9.yml
index deb9162..08b06de 100644
--- a/.github/workflows/autotools-clang-9.yml
+++ b/.github/workflows/autotools-clang-9.yml
@@ -6,12 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest
- container: ubuntu:19.10
+ container: ubuntu:20.04
steps:
- uses: actions/checkout@v1
- name: Build
run: |
+ # Prevent blocking apt install on a question during configuring of tzdata.
+ export ENV DEBIAN_FRONTEND=noninteractive
apt update
apt install mm-common clang-9 --yes
export CXX=clang++-9