We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4c023 commit b590557Copy full SHA for b590557
1 file changed
.github/workflows/Ubuntu.yml
@@ -149,7 +149,7 @@ jobs:
149
- name: Install Swig >= 4.0.2
150
run: |
151
# Install additional apt-based dependencies required to build swig 4.0.2
152
- sudo apt-get install -y bison
+ sudo apt-get install -y bison libpcre2-dev
153
# Create a local directory to build swig in.
154
mkdir -p swig-from-source && cd swig-from-source
155
# Install SWIG building from source dependencies
0 commit comments