fix(ci): Install webkit2gtk on ubuntu when building smoke tests via prod (#188)

This commit is contained in:
Rajiv Shah 2019-12-20 06:36:23 -05:00 committed by nothingismagick
parent 8f2333078e
commit 1151181b36

View File

@ -28,6 +28,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: install webkit2gtk (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- name: cache rust bin
id: cache_rust_bin
uses: actions/cache@v1