Skip to content

Commit b590557

Browse files
committed
CI: Install libpcre2-dev on ubuntu CI for building swig from source
1 parent ec4c023 commit b590557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install Swig >= 4.0.2
150150
run: |
151151
# Install additional apt-based dependencies required to build swig 4.0.2
152-
sudo apt-get install -y bison
152+
sudo apt-get install -y bison libpcre2-dev
153153
# Create a local directory to build swig in.
154154
mkdir -p swig-from-source && cd swig-from-source
155155
# Install SWIG building from source dependencies

0 commit comments

Comments
 (0)