mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 12:19:47 +00:00
Fixed Tauri setup for Windows using caches
This commit is contained in:
parent
d13076e89a
commit
9fad467e66
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -133,7 +133,7 @@ jobs:
|
||||
- name: Setup Tauri (Windows)
|
||||
if: matrix.platform == 'windows-latest'
|
||||
run: |
|
||||
if (-not (Get-Command cargo tauri -ErrorAction SilentlyContinue)) {
|
||||
if (-not (cargo tauri --version 2>$null)) {
|
||||
cargo install tauri-cli
|
||||
} else {
|
||||
Write-Output "Tauri is already installed"
|
||||
|
Loading…
Reference in New Issue
Block a user