We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asdf-vm/actions
bin/download
1 parent 3eb4ae5 commit efcd662Copy full SHA for efcd662
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v6
26
- name: Test plugin
27
- uses: asdf-vm/actions/plugin-test@v3
+ uses: asdf-vm/actions/plugin-test@v4
28
with:
29
command: ruby -v
30
bin/download
@@ -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