David Tolnay
01f65ed591
Support --locked during install
2023-10-08 10:01:23 -07:00
David Tolnay
bd7d49ba2f
Add input for selecting a Rust toolchain
2023-10-08 09:58:00 -07:00
David Tolnay
1c60522fd9
Update actions/checkout@v3 -> v4
2023-09-04 22:34:58 -07:00
David Tolnay
832510eac1
Revert "Move reusable workflow to repo root"
...
This reverts commit a1576aeee3
.
https://stackoverflow.com/questions/73026597/github-actions-suddenly-throwing-no-version-specified-for-reusable-workflows-t
"Reusable workflows" vs "local actions" use the same syntax but are
different mechanisms. :(
2023-01-22 15:04:33 -08:00
David Tolnay
a1576aeee3
Move reusable workflow to repo root
2023-01-22 15:00:56 -08:00
David Tolnay
3bf9792860
Revert "Make protoc available"
...
Preinstalled protoc is no longer required as of 350f5abdd5
.
This reverts commit a0357c4099
.
2023-01-07 15:24:41 -08:00
David Tolnay
a0357c4099
Make protoc available
2022-12-01 16:03:51 -08:00
David Tolnay
f850d6b745
Checkout and install from repo, instead of --git
2022-12-01 16:00:09 -08:00
David Tolnay
59115418f6
Time out workflows after 45 minutes
...
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
jobs have started randomly stalling for that long, which is inconvenient
because it ties up a chunk of my runner quota. It apepars to be very
rare for a job to recover after stalling. It's better to time out
quicker and retry on a different runner.
2022-11-24 21:37:30 -08:00
David Tolnay
9d008015ed
Switch from set-output to $GITHUB_OUTPUT
2022-10-13 09:35:44 -07:00
David Tolnay
dd191651d5
Try pre-creating tag
2022-06-29 07:26:13 -07:00
David Tolnay
cd0f42e68d
Change target_commitish from github.ref to github.sha
2022-06-29 07:02:49 -07:00
David Tolnay
66548cefd2
Fix typo in branch delete step
2022-06-26 12:15:28 -07:00
David Tolnay
4507de1760
Delete tag so that action-gh-release always creates it
2022-06-26 11:54:28 -07:00
David Tolnay
c9bdaff04e
Add support for git install
2022-06-22 10:28:41 -07:00
David Tolnay
2cff523187
Opt in to granular repository write permission
2022-06-20 03:15:03 -07:00
David Tolnay
aee3e380fc
Update workflows to actions/checkout@v3
2022-04-25 01:39:22 -07:00
David Tolnay
96eb011dc9
Fix version grep interpolation syntax
2021-11-17 11:52:32 -08:00
David Tolnay
91e2064b20
Include version number in release body
2021-11-17 11:41:27 -08:00
David Tolnay
c9b0cb7667
Try to place tag on the same commit that triggered build
2021-10-09 01:46:29 +01:00
David Tolnay
713f17fd49
Tell action-gh-release what tag to release
2021-10-09 01:38:32 +01:00
David Tolnay
4498cd03b1
Declare required private key secret
2021-10-08 00:46:40 -04:00
David Tolnay
3681aa28dd
Clean up nested workflow name
2021-10-08 00:42:30 -04:00
David Tolnay
98a5d57fe8
Factor build steps into reusable workflow
2021-10-08 00:40:08 -04:00