From 2ae20ae40f37fff0b17a6be194dd8ed3cccc7786 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 16 Feb 2025 00:46:50 +0100 Subject: build: fix zigcrypto dependencies --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index ff71b8b..328679c 100644 --- a/build.zig +++ b/build.zig @@ -252,6 +252,7 @@ pub fn build(b: *std.Build) !void { test_step.dependOn(&zigcrypto_install_artifact.step); const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize); + zigcrypto_test_run.step.dependOn(&zigcrypto_install_artifact.step); test_step.dependOn(&zigcrypto_test_run.step); // -- cgit v1.2.3