Skip to content

Commit 1af94f0

Browse files
committed
ci: fix test job
1 parent 6589d26 commit 1af94f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
- name: Install PCSC development libraries
7575
run: |
7676
sudo apt-get update
77-
sudo apt-get install -y libpcsclite-dev swig
77+
sudo apt-get install -y pcscd
78+
sudo systemctl enable pcscd
7879
- name: Test
7980
run: |
8081
python3 -m venv emulator_env

0 commit comments

Comments
 (0)