From 0ad0cddd4826b60f3c5db3bc658f9a1a21632cbf Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Thu, 3 Nov 2022 19:06:06 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cab3af4..de534db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y webkit2gtk-4.0 - 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- - name: Run test app run: | cd examples/test - cargo-tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json \ No newline at end of file + 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- + ./cargo-tauri dev --exit-on-panic --config ./src-tauri/ci.tauri.conf.json \ No newline at end of file