Skip to content

Commit ab17fbe

Browse files
committed
zig version 0.15.2 for now
1 parent f57986c commit ab17fbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SPC/store/pkg/Zig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function fetch(string $name, bool $force = false, ?array $config = null):
8282
if (!$latest_version) {
8383
throw new DownloaderException('Could not determine latest Zig version');
8484
}
85+
$latest_version = '0.15.2';
8586

8687
logger()->info("Installing Zig version {$latest_version}");
8788

0 commit comments

Comments
 (0)