From bb60ce841415ba03bf1d393ea8ba9f9c870fae65 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 4 Nov 2022 12:02:09 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c16a651..fe92b44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,13 +39,13 @@ jobs: - name: Install Tauri CLI run: | cd examples/test - wget -qO- https://github.com/tauri-apps/tauri/releases/download/cli.rs-v1.1.1/cargo-tauri-x86_64-unknown-linux-gnu.tgz | tar -xzf- + wget -qO- https://github.com/tauri-apps/tauri/releases/download/cli.rs-v1.1.1/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- + 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 - name: Run test app run: | cd examples/test export CARGO_UNSTABLE_SPARSE_REGISTRY=true - ./cargo-tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json \ No newline at end of file + cargo tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json \ No newline at end of file