From 84e37973a64405ec6ace787c8dd617efceaf92fe Mon Sep 17 00:00:00 2001 From: kryanbeane Date: Fri, 1 Aug 2025 11:35:34 +0100 Subject: [PATCH] fix: dont use interactive mode for dnsmasq install --- github-actions/kind/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/kind/action.yml b/github-actions/kind/action.yml index f9913fb..8737e90 100644 --- a/github-actions/kind/action.yml +++ b/github-actions/kind/action.yml @@ -94,7 +94,7 @@ runs: shell: bash run: | # Based on https://sixfeetup.com/blog/local-development-with-wildcard-dns-on-linux - sudo apt-get install dnsmasq + sudo apt-get -y install dnsmasq sudo sed -i -E "s/#DNS=/DNS=127.0.0.2/" /etc/systemd/resolved.conf sudo sed -i -E "s/#Domains=/Domains=~${{ inputs.node-hostname }}/" /etc/systemd/resolved.conf