Fix Windows build: quote cargo version specifier
The caret in ^2 needs quoting in cmd shell to avoid being interpreted as an escape character. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -113,7 +113,7 @@ jobs:
|
||||
- name: Install Tauri CLI via cargo
|
||||
run: |
|
||||
set "PATH=%USERPROFILE%\.cargo\bin;C:\Program Files\nodejs;%PATH%"
|
||||
cargo install tauri-cli --version ^2
|
||||
cargo install tauri-cli --version "^2"
|
||||
|
||||
- name: Install frontend dependencies
|
||||
working-directory: ./app
|
||||
|
||||
Reference in New Issue
Block a user