From 08a4bfaef3e8184e304920abb6c4da1773853b87 Mon Sep 17 00:00:00 2001 From: BlueManCZ Date: Tue, 13 Jan 2026 22:16:15 +0100 Subject: [PATCH 1/2] Fix actions --- .github/workflows/actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 03ce51a..2c5d3a9 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -16,6 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | + sudo apt update sudo apt-get install libcairo2-dev libgirepository1.0-dev python -m pip install --upgrade pip pip install pipenv From 4b8db574336f652835564c6786f2924617c1cd5f Mon Sep 17 00:00:00 2001 From: BlueManCZ Date: Tue, 13 Jan 2026 22:18:34 +0100 Subject: [PATCH 2/2] Fix --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 2c5d3a9..4c60318 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -16,7 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - sudo apt update + sudo apt-get update sudo apt-get install libcairo2-dev libgirepository1.0-dev python -m pip install --upgrade pip pip install pipenv