mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 17:18:56 +03:00
fix(ci): Install webkit2gtk on ubuntu when building smoke tests via prod (#188)
This commit is contained in:
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
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
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
|
- name: cache rust bin
|
||||||
id: cache_rust_bin
|
id: cache_rust_bin
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user