mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(ci): Install webkit2gtk on ubuntu when building smoke tests via prod (#188)
This commit is contained in:
committed by
nothingismagick
parent
8f2333078e
commit
1151181b36
5
.github/workflows/build-smoke-tests.yml
vendored
5
.github/workflows/build-smoke-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user