Update test.yml
This commit is contained in:
parent
a546f675fd
commit
52acfb3b3d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Install native deps
|
- name: Install native deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: Install Tauri CLI
|
||||||
run: |
|
run: |
|
||||||
cd examples/test
|
cd examples/test
|
||||||
|
@ -49,5 +49,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd examples/test
|
cd examples/test
|
||||||
export CARGO_UNSTABLE_SPARSE_REGISTRY=true
|
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
|
xvfb-run cargo tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue