From 6a98adc10fda8ad4ee40b1a022e4d58266cae40e Mon Sep 17 00:00:00 2001 From: lights0123 Date: Sat, 26 Sep 2020 20:04:33 -0400 Subject: [PATCH] Allow tauri-bundler to already be installed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90842cd..776cf23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: toolchain: stable - name: install tauri bundler - run: cargo install tauri-bundler + run: cargo install tauri-bundler || [ $? -eq 101 ] - name: install webkit2gtk (ubuntu only) if: matrix.platform == 'ubuntu-latest' run: |