Skip to content

Commit 168b706

Browse files
authored
ci: fix screenshots and GIF workflows (#460)
1 parent 9b78b2f commit 168b706

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
go-version: "stable"
2727

28+
- name: Install system dependencies
29+
run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev
30+
2831
- name: Create Dummy Config
2932
# Create the config in the workspace so we can map HOME to it for the container.
3033
run: |

.github/workflows/screenshots.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
go-version: "stable"
2828

29+
- name: Install system dependencies
30+
run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev
31+
2932
- name: Create Dummy Config
3033
run: |
3134
mkdir -p ~/.config/matcha

0 commit comments

Comments
 (0)