From ce02eae14bfdff5c0f85b2b6f80e9d0dc77eaedf Mon Sep 17 00:00:00 2001 From: xxyzz Date: Fri, 4 Feb 2022 19:17:30 +0800 Subject: [PATCH] tests/misc/tty-eof.pl requires Perl's Expect package >=1.11 --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 1990bfbd3..79e0878ac 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -66,7 +66,7 @@ jobs: run: | ## Install dependencies sudo apt-get update - sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify jq valgrind + sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify jq valgrind libexpect-perl - name: Add various locales shell: bash run: |