-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
OS: ubuntu-22.04
CI Error:
# Building target: linux/amd64
• Generating obfuscated bindings: ERROR
# github.com/ebfe/scard
# [pkg-config --cflags -- libpcsclite]
Package libpcsclite was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcsclite.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpcsclite', required by 'virtual:world', not found
exit status 1
ERROR
# github.com/ebfe/scard
# [pkg-config --cflags -- libpcsclite]
Package libpcsclite was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcsclite.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpcsclite', required by 'virtual:world', not found
exit status 1
Fixed by adding before
- name: Install Dependencies linux
if: ${{ matrix.build.os == 'ubuntu-22.04' }}
run: sudo apt-get update && sudo apt-get install -y libpcsclite-devReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels