Commit Graph
13 Commits
Author SHA1 Message Date
Taiki Endo 76e88a5949 Update docs 2025-12-30 17:53:10 +09:00
Taiki Endo 4b930c0a05 Add fallback: cargo-install input option to use cargo install for fallback 2025-09-08 23:24:31 +09:00
Taiki Endo 2119a1ef9a Replace tab with space 2025-07-06 11:36:56 +09:00
Taiki EndoandJoe Birr-Pixton d92059b082 Include user-agent header in requests to crates.io
Based on https://github.com/taiki-e/cache-cargo-install-action/commit/3f363be7b68439d8d6299b71308c21e694c96d08 by Joe Birr-Pixton.

Fix the underlying cause of https://github.com/taiki-e/install-action/issues/1005.

Co-authored-by: Joe Birr-Pixton <jpixton@gmail.com>
2025-06-18 22:55:40 +09:00
Taiki Endo 55ec4a4d53 Remove duplicate in action.yml 2025-02-03 22:15:36 +09:00
Taiki EndoandJiahao XU 0139dfdb65 Set GITHUB_TOKEN for cargo-binstall by default (#556)
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-12-04 23:02:01 +09:00
Taiki Endo 942f3ad679 Fix compatibility issue with Cygwin sh
```
D:\a\_temp\00683b68-582f-4719-bd7a-9e98dd7975b7.sh: line 1: set: -
: invalid option
set: usage: set [-abefhkmnptuvxBCEHPT] [-o option-name] [--] [-] [arg ...]
```
2024-09-28 16:20:03 +09:00
Taiki Endo 8abecff737 Fix typos in logs 2024-08-12 04:27:46 +09:00
Taiki Endo 3a2f9ffb94 Improve platform support 2024-07-16 00:11:38 +09:00
Taiki Endo 2d1ca68f02 Add fallback input option to ensure that fallback is not used 2024-06-09 22:22:33 +09:00
Taiki Endo 2a60fd3151 Switch to composite action 2023-02-22 22:15:07 +09:00
Taiki Endo f1683d2c7c Manage package info as JSON 2022-12-24 21:53:18 +09:00
Taiki Endo 0a6b5bf893 Initial implementation 2021-12-30 17:33:20 +09:00