Update test.yml
This commit is contained in:
parent
fe330206aa
commit
ec4b3880b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -40,11 +40,11 @@ jobs:
|
|||
- name: Install Tauri CLI
|
||||
run: |
|
||||
cd examples/test
|
||||
wget -qO- https://github.com/tauri-apps/tauri/releases/download/cli.rs-v1.2.0/cargo-tauri-x86_64-unknown-linux-gnu.tgz | tar -xzf- -C ~/.cargo/bin
|
||||
wget -qO- https://github.com/tauri-apps/tauri/releases/download/cli.rs-v1.5.8/cargo-tauri-x86_64-unknown-linux-gnu.tgz | tar -xzf- -C ~/.cargo/bin
|
||||
- name: Install Trunk
|
||||
run: |
|
||||
cd examples/test
|
||||
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ~/.cargo/bin
|
||||
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.18.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ~/.cargo/bin
|
||||
- name: Run test app
|
||||
run: |
|
||||
cd examples/test
|
||||
|
|
Loading…
Add table
Reference in a new issue