Update test.yml

This commit is contained in:
Jonas Kruckenberg 2022-11-14 10:22:47 +01:00
parent ccd4f2ea14
commit c3dd326b71

View file

@ -35,7 +35,7 @@ jobs:
- name: Install native deps
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
sudo apt-get install -y webkit2gtk-4.0 at-spi2-core
- name: Install Tauri CLI
run: |
cd examples/test
@ -48,4 +48,5 @@ jobs:
run: |
cd examples/test
export CARGO_UNSTABLE_SPARSE_REGISTRY=true
export NO_AT_BRIDGE=1
xvfb-run cargo tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json