From 255d5486acbe743e21f0c5197f931ffecb96d7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 11 Mar 2021 16:14:55 +0100 Subject: [PATCH] update CI config --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60e61d1c..9bd88830 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,8 +35,8 @@ jobs: run: cat /etc/os-release - name: Install dependencies run: | - sudo apt update - sudo apt install espeak-ng git + apt update + apt install -y espeak-ng git - name: Upgrade pip # so we can take advantage of pyproject.toml build-dependency support run: python3 -m pip install --upgrade pip