Remove -Dallocation_info from CI build
With the removal of the debug allocator, this was also removed from the build.zig, and causes the CI to fail.
This commit is contained in:
parent
663d811a64
commit
4f633c45dc
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
export PATH=./zig:$PATH
|
export PATH=./zig:$PATH
|
||||||
zig build -Dallocation_info
|
zig build
|
||||||
|
|
||||||
FILE=zig-cache/bin/zls
|
FILE=zig-cache/bin/zls
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user