We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b78b2f commit 168b706Copy full SHA for 168b706
2 files changed
.github/workflows/demo.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
go-version: "stable"
27
28
+ - name: Install system dependencies
29
+ run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev
30
+
31
- name: Create Dummy Config
32
# Create the config in the workspace so we can map HOME to it for the container.
33
run: |
.github/workflows/screenshots.yml
@@ -26,6 +26,9 @@ jobs:
34
mkdir -p ~/.config/matcha
0 commit comments