From 47a04a365085a3f1c5d0c945a5e672b746144477 Mon Sep 17 00:00:00 2001 From: 2xB <31772910+2xB@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:20:34 +0100 Subject: [PATCH] Fix previous commit --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5d813b4c..e95911a90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,11 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies run: | + # Set up variables to avoid interactive timezone selection + # Source: https://serverfault.com/a/992421 + export DEBIAN_FRONTEND=noninteractive + export TZ=Etc/UTC + apt-get update -y && apt-get install -y \ build-essential cmake cmake-curses-gui \ libboost-all-dev libfftw3-dev libgsl-dev libhdf5-dev liblog4cxx-dev libomp-dev libopenmpi-dev \