Skip to content

Commit

Permalink
Add flex and bison for pcsc-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Nov 29, 2023
1 parent 7158e1c commit 78c0d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/before-script-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euxo pipefail
if [ -f /usr/bin/yum ]; then
echo Manylinux2010 build

yum install -y centos-release-scl llvm-toolset-7
yum install -y centos-release-scl llvm-toolset-7 flex-devel bison-devel

source /opt/rh/llvm-toolset-7/enable

Expand Down

0 comments on commit 78c0d35

Please sign in to comment.