fix(update): crystal (#1536)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-07-17 13:44:40 +08:00
committed by GitHub
parent 34f55bafba
commit c41290f658
+1 -1
View File
@@ -3,7 +3,7 @@ let url = `https://github.com/crystal-lang/crystal/releases/download/${v}/crysta
try {
find(url, get(`https://github.com/crystal-lang/crystal/releases/tag/${v}`), 0);
rpm.version(v);
} except {
} catch {
print(`crystal: ${v} (waiting for bundle)`);
terminate();
}