Skip to content

Commit efcd662

Browse files
authored
chore: bump asdf-vm/actions to v4 and add bin/download no-op to pass CI checks (#494)
* chore: bump asdf-vm/actions to v4 to fix build * chore: add no-op download callback to pass plugin-test checks
1 parent 3eb4ae5 commit efcd662

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626
- name: Test plugin
27-
uses: asdf-vm/actions/plugin-test@v3
27+
uses: asdf-vm/actions/plugin-test@v4
2828
with:
2929
command: ruby -v
3030

bin/download

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
# This download callback is no-op because ruby-build does not provide a way to
4+
# download Ruby without compiling or installing it.

0 commit comments

Comments
 (0)