From 168b706ea29b75e20c0b5ab04aed824e2202523a Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Mon, 6 Apr 2026 21:01:41 +0400 Subject: [PATCH] ci: fix screenshots and GIF workflows (#460) --- .github/workflows/demo.yml | 3 +++ .github/workflows/screenshots.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 05fa51d16f5980717a9c537037847156aa20b66a..239eda259aec7b8a45842c786c36869168df793f 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -25,6 +25,9 @@ jobs: with: go-version: "stable" + - name: Install system dependencies + run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev + - name: Create Dummy Config # Create the config in the workspace so we can map HOME to it for the container. run: | diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 0e3acaa22fdfbe53f2806ba6c864a7427b534e64..9e2fc590d7f4d8739be0eb8cc95bc012d5356e5a 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -26,6 +26,9 @@ jobs: with: go-version: "stable" + - name: Install system dependencies + run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev + - name: Create Dummy Config run: | mkdir -p ~/.config/matcha