Skip to content

Commit 2ae20ae

Browse files
committed
build: fix zigcrypto dependencies
1 parent 4fbc940 commit 2ae20ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ pub fn build(b: *std.Build) !void {
252252
test_step.dependOn(&zigcrypto_install_artifact.step);
253253

254254
const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize);
255+
zigcrypto_test_run.step.dependOn(&zigcrypto_install_artifact.step);
255256
test_step.dependOn(&zigcrypto_test_run.step);
256257

257258
//

0 commit comments

Comments
 (0)