Update test.yml
This commit is contained in:
parent
ccd4f2ea14
commit
c3dd326b71
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue