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