Commit d936a1c
Fix build.jl: strip() returns SubString, release_url wants String
runtime_tag() fed release_url a SubString{String} from strip(), which
doesn't match its ::String parameter type -- MethodError on any fresh
Pkg.build. Wrap in String(...).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent ea088ae commit d936a1c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments