mirror of
https://github.com/lights0123/n-link.git
synced 2025-07-23 04:08:25 +00:00
Allow tauri-bundler to already be installed
This commit is contained in:
parent
e7bb23c1a0
commit
6a98adc10f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: install tauri bundler
|
- name: install tauri bundler
|
||||||
run: cargo install tauri-bundler
|
run: cargo install tauri-bundler || [ $? -eq 101 ]
|
||||||
- name: install webkit2gtk (ubuntu only)
|
- name: install webkit2gtk (ubuntu only)
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue