]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: Fix debian/ubuntu installation
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 7 Nov 2024 20:39:08 +0000 (14:39 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 8 Nov 2024 17:29:04 +0000 (11:29 -0600)
Make sure we are running in non-interactive mode and that we don't get
blocked on tzdata update.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/235
.github/actions/setup-debian/action.yml
.github/actions/setup-ubuntu/action.yml

index ddb8939af96b74c1d42032d9cd6ad64eb1c0cabc..5b58b747de8fafc9590336960343cab2d91b0420 100644 (file)
@@ -11,6 +11,8 @@ runs:
     - name: Install dependencies
       shell: bash
       run: |
+        export DEBIAN_FRONTEND=noninteractive
+        export TZ=Etc/UTC
         apt-get update
         apt-get install --yes \
           autoconf \
index d1b13c6de14b6a6c63d205fbabdecdb78f40f3db..1bc2a2808bb2adc67f863f932180f70cafebfba0 100644 (file)
@@ -11,6 +11,8 @@ runs:
     - name: Install dependencies
       shell: bash
       run: |
+        export DEBIAN_FRONTEND=noninteractive
+        export TZ=Etc/UTC
         apt-get update
         apt-get install --yes \
           autoconf \