add noninteractive flag for debian/ubuntu

This commit is contained in:
Lion Kortlepel 2024-01-08 11:56:17 +01:00 committed by Lion
parent 0e924d0d51
commit 1bd47fa649
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
VCPKG_FORCE_SYSTEM_BINARIES: 1
CMAKE_BUILD_TYPE: "Release"
DEBIAN_FRONTEND: "noninteractive"
jobs:
x86_64-matrix:

View File

@ -8,6 +8,7 @@ on:
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
CMAKE_BUILD_TYPE: "Release"
DEBIAN_FRONTEND: "noninteractive"
jobs:
create-release: