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