Skip to content

Commit 39d1110

Browse files
authored
Add libpcre3-dev to the apt install command in CI (#381)
1 parent 77b1464 commit 39d1110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install geckodriver
5151
run: |
5252
sudo apt-get -qq update
53-
sudo apt-get install autoconf libtool libsass-dev
53+
sudo apt-get install autoconf libtool libsass-dev libpcre3-dev
5454
wget https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-linux64.tar.gz
5555
mkdir geckodriver
5656
tar -xzf geckodriver-v0.32.0-linux64.tar.gz -C geckodriver

0 commit comments

Comments
 (0)