Commit Graph
28 Commits
Author SHA1 Message Date
Taiki Endo 84c4ff19d3 mdbook-d2 2026-09-06 16:56:22 +00:00
Taiki Endo 8cc2c85989 Update comment in action.yml 2026-05-31 19:22:07 +09:00
Taiki Endo 8278f6dee2 Add fallback input option to input option list in readme 2026-05-06 02:11:13 +09:00
Taiki Endo 07924c7415 Diagnostic improvements 2026-05-05 05:37:37 +09:00
Taiki Endo fbb8be9fc5 Reduce uname usage 2026-05-05 05:37:18 +09:00
Taiki Endo c7c9ef9094 Simplify environment variable removal on Windows 2026-05-02 05:21:27 +09:00
Taiki Endo e15ecae65f Unset/reject environment variables that may unexpectedly affect bash
behavior
2026-04-19 10:14:16 +09:00
Taiki Endo 6fc852a7b2 Remove dirname usage 2026-04-15 21:04:29 +09:00
Taiki Endo 77557fa399 Do not set DEFAULT_GITHUB_TOKEN if cargo-binstall fallback is disabled 2026-04-10 02:37:36 +09:00
Taiki Endo bdc2e2796d Add warning for disabling checksum 2026-04-04 22:20:07 +09:00
Taiki Endo 0ac54ad8ce Merge two non-Windows steps 2026-04-04 12:14:05 +09:00
Taiki Endo f8b8d555f8 Update comments 2026-04-03 04:20:46 +09:00
Taiki Endo beb0949bbd Retry on bash startup failure on Windows 2026-04-02 21:10:55 +09:00
Taiki Endo 01b93a891a Use pwsh instead of powershell
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#defaultsrunshell

> This is the default shell used on Windows. The PowerShell Core. GitHub
  appends the extension .ps1 to your script name. If your self-hosted
  Windows runner does not have PowerShell Core installed, then
  PowerShell Desktop is used instead.

Fixes #1653
2026-04-02 09:28:57 +09:00
Taiki Endo 3516136df0 Call main.sh from powershell on Windows to work around windows-11-arm
runner bug
2026-04-02 00:02:25 +09:00
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