From a32f619ff9a6075dc27c91c955fb3330cf34bad6 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 25 Feb 2026 20:03:00 -0700 Subject: [PATCH] fix non-interactive install on linux release workflow --- .github/workflows/release_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_linux.yml b/.github/workflows/release_linux.yml index 893e893d0c7..50ae6b2ecf4 100644 --- a/.github/workflows/release_linux.yml +++ b/.github/workflows/release_linux.yml @@ -67,7 +67,7 @@ jobs: set -x echo "Using Apt to install dependencies" sudo apt-get update - sudo apt-get install texlive texlive-xetex texlive-science libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev patchelf + sudo apt-get install -y texlive texlive-xetex texlive-science libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev patchelf if [[ "${{ matrix.os }}" == "ubuntu-24.04" ]]; then # https://github.com/actions/runner-images/issues/10025 echo "FC=gfortran-13" >> $GITHUB_ENV