Install libsass with apt

This commit is contained in:
Joey 2021-04-22 16:23:39 -06:00 committed by Joey Yakimowich-Payne
commit 4a181e9cb1

View file

@ -55,17 +55,7 @@ jobs:
- name: Install geckodriver
run: |
sudo apt-get -qq update
sudo apt-get install autoconf libtool
git clone -b 3.5.4 https://github.com/sass/libsass.git
cd libsass
autoreconf --force --install
./configure \
--disable-tests \
--disable-static \
--enable-shared \
--prefix=/usr
sudo make -j5 install
cd ..
sudo apt-get install autoconf libtool libsass-dev
wget https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-linux64.tar.gz
mkdir geckodriver