mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
feat: bring back support for sha downloads
This commit is contained in:
parent
f96af5bf24
commit
35cdfa7e39
3 changed files with 130 additions and 53 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
|
||||
&& sudo apt update \
|
||||
&& sudo apt install gh -y
|
||||
|
||||
|
||||
- run: |
|
||||
gh cache delete --all || true
|
||||
env:
|
||||
|
@ -51,6 +51,7 @@ jobs:
|
|||
- "1"
|
||||
- "> 1.0.0"
|
||||
- "< 2"
|
||||
- "08a9b6a98b14d3c23b58080bea31513546246c50"
|
||||
# Disable <sha> support for now. This is because Github Artifacts
|
||||
# expire after 90 days, and we don't have another source of truth yet.
|
||||
# - "822a00c4d508b54f650933a73ca5f4a3af9a7983" # 1.0.0 commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue