Allow tauri-bundler to already be installed

This commit is contained in:
lights0123 2020-09-26 20:04:33 -04:00
parent e7bb23c1a0
commit 6a98adc10f
No known key found for this signature in database
GPG key ID: 28F315322E37972F

View file

@ -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: |