From 616b5e5aabd920248b2f503e09ede508f3ef1ee6 Mon Sep 17 00:00:00 2001 From: Andrew Lonsdale Date: Fri, 4 Mar 2022 13:55:16 +1100 Subject: [PATCH] add gir1.2-gtk-3.0 update --- .github/workflows/pyinstaller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b64319c..351b917 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -17,6 +17,7 @@ jobs: architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: Install dependencies run: | + sudo apt update sudo apt install gir1.2-gtk-3.0 python -m pip install --upgrade pip pip install -r requirements.txt