Commit graph

9 commits

Author SHA1 Message Date
Jiahao XU
60c641188f
Fix install-from-binstall-release.ps1
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-11-09 15:22:22 +11:00
Jiahao XU
234aa2ae7c
Use --self-install if available in powershell install script
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-11-09 15:09:20 +11:00
Jiahao XU
15e775a916
Apply suggestions from code review
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-11-08 00:50:07 +11:00
Jiahao XU
5107b5187e
Use --self-install in install-from-binstall-release.ps1
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-11-08 00:34:14 +11:00
Patrick José Pereira
ecbd4fdff1
install-from-binstall-release: Add BINSTALL_VERSION (#1955)
This allow the users to choose different versions of cargo-binstall

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2024-11-05 10:42:22 +00:00
Jiahao XU
05f488322e
Add cargo-binstall installation path to GITHUB_PATH (#1748)
* Add cargo-binstall installation path to GITHUB_PATH in install-from-binstall-release.sh

Fixed #1714

* Add cargo-binstall installation path to GITHUB_PATH in install-from-binstall-release.ps1

* Update install-script.yml to test

* Fix use of env var in install-from-binstall-release.ps1
2024-06-13 13:43:39 +00:00
Christopher Durham
469fc1783e
Use $Env:CARGO_HOME in ps1 install script (#1509) 2023-11-20 07:22:38 +00:00
George Pollard
c577893878
Change Powershell architecture detection (#1456) 2023-10-13 03:10:12 +00:00
Aadi Desai
a849db3ef4
Add one-liner for installing cargo-binstall on Windows (#1099)
* Add one-liner for installing `cargo-binstall` on Windows

* Change command separator to semicolon

`&&` was added in Powershell 7

* Update win install script to exit on error and trace
2023-06-03 09:15:11 +00:00