-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
There is no 1.5.12 version of @tauri-apps/cli-darwin-x64 available on npm and the github action tauri-apps/tauri-action@dev consequently fails on macos runners since it attempts to run npm install -g @tauri-apps/cli which automatically attempts to pick the latest 1.5.12 version.
Reproduction
Run the tauri-apps/tauri-action@dev github action on a macos-11 runner.
Expected behavior
The 1.5.12 version is available on npm for all supported platforms.
Full tauri info output
[✔] Environment
- OS: Mac OS 11.7.10 X64
✔ Xcode Command Line Tools: installed
✔ rustc: 1.77.2 (25ef9e3d8 2024-04-09)
✔ cargo: 1.77.2 (e52e36006 2024-03-26)
✔ rustup: 1.26.0 (2023-04-05)
✔ Rust toolchain: stable-x86_64-apple-darwin (directory override for '/Users/runner/work/launcher/launcher')
- node: 20.11.0
- yarn: 1.22.19
- npm: 10.2.4
[-] Packages
- tauri [RUST]: 1.5.1
- tauri-build [RUST]: 1.5.0
- wry [RUST]: 0.24.4
- tao [RUST]: 0.16.2
- @tauri-apps/api [NPM]: 1.5.4
- @tauri-apps/cli [NPM]: 1.5.11 (outdated, latest: 1.5.12)
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1420/
- framework: Vue.js
- bundler: Vite
x64
### Stack trace
_No response_
### Additional context
_No response_
simeon49
Metadata
Metadata
Assignees
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug