File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/configure-pages@v5
28
28
- uses : mlugg/setup-zig@v1
29
29
with :
30
- version : 0.14.0
30
+ version : 0.15.0-dev.375+8f8f37fb0
31
31
- run : make docs
32
32
- name : Upload artifact
33
33
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 20
20
- name : Setup Zig
21
21
uses : mlugg/setup-zig@v1
22
22
with :
23
- version : 0.14.0
23
+ version : 0.15.0-dev.375+8f8f37fb0
24
24
25
25
- name : Run tests
26
26
run : make test
Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ pub const Lua = opaque {
614
614
return null ;
615
615
} else {
616
616
// ptr is null, allocate a new block of memory
617
- const new_ptr = allocator_ptr .alignedAlloc (u8 , alignment , nsize ) catch return null ;
617
+ const new_ptr = allocator_ptr .alignedAlloc (u8 , . fromByteUnits ( alignment ) , nsize ) catch return null ;
618
618
return new_ptr .ptr ;
619
619
}
620
620
}
You can’t perform that action at this time.
0 commit comments