From af4fa60d3e1a04f0685aa804fc3e7908015a05f8 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Tue, 29 Apr 2025 22:14:52 +0200 Subject: [PATCH] s/gsed/sed --- .github/workflows/voiddocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/voiddocker.yml b/.github/workflows/voiddocker.yml index 6e1b7d28..3ed94ddd 100644 --- a/.github/workflows/voiddocker.yml +++ b/.github/workflows/voiddocker.yml @@ -47,7 +47,7 @@ jobs: ninja -C Build install # ninja test ninja -C Build test - find -name testlog.txt -exec gsed -i -e '/Inherited environment:.* GITHUB/d' {} + -exec cat {} + + find -name testlog.txt -exec sed -i -e '/Inherited environment:.* GITHUB/d' {} + -exec cat {} + export TERM=xterm # automated irssi launch test cd