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